diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-09-06 10:51:51 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-09-06 10:55:39 -0400 |
commit | 100cbbc74a0a812b103a823dc510833a7ce6b9d8 (patch) | |
tree | 8bd6cb0e0c6c1d8fd7a4cc5a54374a1880187c10 /themes | |
parent | 6c2c2188887defa82527daffcb31cd91c2425aca (diff) | |
download | gnome-themes-standard-100cbbc74a0a812b103a823dc510833a7ce6b9d8.tar.gz |
Drop the HighContrastInverse theme
We don't have any setting to enable it right now, and inversion effects
are being done with a compositor shader nowadays, so remove this.
It also didn't ship a matching icon theme like HighContrast does.
Diffstat (limited to 'themes')
107 files changed, 1 insertions, 360 deletions
diff --git a/themes/HighContrastInverse/Makefile.am b/themes/HighContrastInverse/Makefile.am deleted file mode 100644 index 64f8e2fd..00000000 --- a/themes/HighContrastInverse/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -SUBDIRS = gtk-3.0 gtk-2.0 icons - -THEME_NAME=HighContrastInverse -THEME_IN_FILES=index.theme.in - -%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache - -themedir = $(datadir)/themes/$(THEME_NAME) - -theme_DATA = index.theme - -DISTCLEANFILES = index.theme -EXTRA_DIST = index.theme.in index.theme - --include $(top_srcdir)/git.mk diff --git a/themes/HighContrastInverse/gtk-2.0/Makefile.am b/themes/HighContrastInverse/gtk-2.0/Makefile.am deleted file mode 100644 index 10786c44..00000000 --- a/themes/HighContrastInverse/gtk-2.0/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -themedir = $(datadir)/themes/HighContrastInverse/gtk-2.0 -theme_DATA = gtkrc - -EXTRA_DIST = $(theme_DATA) - --include $(top_srcdir)/git.mk diff --git a/themes/HighContrastInverse/gtk-2.0/gtkrc b/themes/HighContrastInverse/gtk-2.0/gtkrc deleted file mode 100644 index 82651096..00000000 --- a/themes/HighContrastInverse/gtk-2.0/gtkrc +++ /dev/null @@ -1,78 +0,0 @@ -# High-Contrast Inverse, "Normal Size" 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. -# - -style "default" -{ - engine "hcengine" { - edge_thickness = 2 - } - - xthickness = 2 - ythickness = 2 - - EelEditableLabel::cursor_aspect_ratio = 0.1 - EelEditableLabel::cursor_color = "#00cccc" - - GtkEntry::cursor_color = "#00cccc" - GtkEntry::cursor_aspect_ratio = 0.1 - - GtkHSV::focus-line-pattern = "\0" - - GtkRange::stepper-size = 20 - - GtkTextView::cursor_aspect_ratio = 0.1 - GtkTextView::cursor_color = "#00cccc" - - GtkTreeView::expander-size = 16 - - GtkWidget::focus-line-pattern = "\4\2" - GtkWidget::focus-line-width = 2 - GtkWidget::focus-padding = 0 - GtkWidget::interior_focus = 1 - GtkWidget::link-color = "#80ccff" - GtkWidget::visited-link-color = "#ff80ff" - - # Nautilus - NautilusIconContainer::frame_text = 1 - - # Pidgin - GtkIMHtml::hyperlink-color = "#80ccff" - GtkIMHtml::hyperlink-visited-color = "#ff80ff" - GtkIMHtml::hyperlink-prelight-color = "#ffccff" - - # Evolution - GtkHTML::link_color = "#80ccff" - GtkHTML::vlink_color = "#ff80ff" - GtkHTML::cite_color = "#ccff80" - - fg[NORMAL] = "#ffffff" - text[NORMAL] = "#ffffff" - bg[NORMAL] = "#000033" - base[NORMAL] = "#000033" - - fg[INSENSITIVE] = "#999999" - bg[INSENSITIVE] = "#333333" - text[INSENSITIVE] = "#999999" - base[INSENSITIVE] = "#333333" - - fg[PRELIGHT] = "#003333" - text[PRELIGHT] = "#003333" - bg[PRELIGHT] = "#ffffff" - base[PRELIGHT] = "#ffffff" - - fg[ACTIVE] = "#ffffff" - text[ACTIVE] = "#ffffff" - bg[ACTIVE] = "#666699" - base[ACTIVE] = "#666699" - - fg[SELECTED] = "#000033" - text[SELECTED] = "#000033" - bg[SELECTED] = "#ffffff" - base[SELECTED] = "#ffcccc" -} - -class "GtkWidget" style "default" diff --git a/themes/HighContrastInverse/gtk-3.0/Makefile.am b/themes/HighContrastInverse/gtk-3.0/Makefile.am deleted file mode 100644 index 48a33162..00000000 --- a/themes/HighContrastInverse/gtk-3.0/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -gtk.gresource: gtk.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies $(srcdir)/gtk.gresource.xml) - $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) $< - -themedir = $(datadir)/themes/HighContrastInverse/gtk-3.0 -theme_DATA = \ - gtk.css \ - gtk.gresource - -EXTRA_DIST = \ - gtk.css \ - gtk.gresource.xml - -CLEANFILES = \ - gtk.gresource - --include $(top_srcdir)/git.mk diff --git a/themes/HighContrastInverse/gtk-3.0/gtk.css b/themes/HighContrastInverse/gtk-3.0/gtk.css deleted file mode 100644 index 88e2bf8d..00000000 --- a/themes/HighContrastInverse/gtk-3.0/gtk.css +++ /dev/null @@ -1,81 +0,0 @@ -@define-color theme_base_color #000; -@define-color theme_fg_color #fff; -@define-color theme_active_color #eeeeec; -@define-color theme_border_color @theme_button_bg; - -@define-color theme_highlight_color #3465a4; -@define-color theme_highlight_alt #204a87; -@define-color theme_highlight_border #729fcf; - -@define-color theme_internal_bg #2e3436; -@define-color theme_internal_border #babdb6; - -@define-color theme_insensitive_color #7d7d7d; -@define-color theme_insensitive_bg #444542; -@define-color theme_insensitive_border #7f7f7f; - -@define-color theme_slider_bg #b2b6b0; - -@define-color theme_button_bg #555753; -@define-color theme_button_fg #ffffff; -@define-color theme_button_active_bg #babdb6; -@define-color theme_button_active_border @theme_button_fg; -@define-color theme_button_insensitive_bg #5d5e5b; -@define-color theme_button_insensitive_fg @theme_insensitive_color; -@define-color theme_button_insensitive_border @theme_insensitive_border; -@define-color theme_button_insensitive_active_bg #373836; -@define-color theme_button_insensitive_active_fg #030303; -@define-color theme_button_insensitive_active_border #4c4c4c; -@define-color theme_button_linked_border @theme_button_active_bg; -@define-color theme_button_linked_insensitive_bg #191a19; -@define-color theme_button_linked_insensitive_fg @theme_button_insensitive_bg; - -@define-color theme_entry_bg #333333; - -@define-color theme_notebook_bg @theme_entry_bg; -@define-color theme_notebook_border #888a85; - -@define-color theme_scale_trough_bg @theme_trough_fg; -@define-color theme_scale_trough_insensitive_bg @theme_trough_insensitive_border; - -@define-color theme_switch_slider_bg @theme_base_color; -@define-color theme_switch_slider_border @theme_notebook_border; -@define-color theme_switch_slider_active_bg @theme_fg_color; -@define-color theme_switch_slider_insensitive_bg @theme_base_color; -@define-color theme_switch_slider_insensitive_border #292928; -@define-color theme_switch_slider_active_insensitive_bg @theme_trough_insensitive_fg; - -@define-color theme_trough_bg @theme_internal_bg; -@define-color theme_trough_fg @theme_button_bg; -@define-color theme_trough_insensitive_bg #0e0f10; -@define-color theme_trough_insensitive_fg @theme_button_insensitive_active_border; -@define-color theme_trough_insensitive_border @theme_button_linked_insensitive_bg; - -@define-color theme_toolbar_bg @theme_internal_bg; -@define-color theme_inline_toolbar_button_bg @theme_button_bg; -@define-color theme_inline_toolbar_button_fg @theme_fg_color; -@define-color theme_inline_toolbar_button_side #878984; - -@define-color theme_check_radio_bg @theme_internal_bg; -@define-color theme_check_radio_border #81837f; - -@define-color theme_view_bg #161819; - -@define-color theme_cursor_color @theme_fg_color; - -* { - /* Pidgin */ - -GtkIMHtml-hyperlink-color: #80ccff; - -GtkIMHtml-hyperlink-visited-color: #ff80ff; - -GtkIMHtml-hyperlink-prelight-color: #ffccff; - - /* Evolution */ - -GtkHTML-link-color: #80ccff; - -GtkHTML-vlink-color: #ff80ff; - -GtkHTML-cite-color: #ccff80; - - -GtkWidget-link-color: @theme_highlight_color; - -GtkWidget-visited-link-color: #600000; -} - -@import url("resource:///org/gnome/HighContrastInverse/a11y.css"); diff --git a/themes/HighContrastInverse/gtk-3.0/gtk.gresource.xml b/themes/HighContrastInverse/gtk-3.0/gtk.gresource.xml deleted file mode 100644 index 85f90c15..00000000 --- a/themes/HighContrastInverse/gtk-3.0/gtk.gresource.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<gresources> - <gresource prefix="/org/gnome/HighContrastInverse"> - <file alias="a11y.css">../../a11y-base.css</file> - </gresource> -</gresources> diff --git a/themes/HighContrastInverse/icons/48x48/Makefile.am b/themes/HighContrastInverse/icons/48x48/Makefile.am deleted file mode 100644 index 8d63d916..00000000 --- a/themes/HighContrastInverse/icons/48x48/Makefile.am +++ /dev/null @@ -1,4 +0,0 @@ - -themedir = $(datadir)/icons/HighContrastInverse/48x48 - -SUBDIRS = stock diff --git a/themes/HighContrastInverse/icons/48x48/stock/Makefile.am b/themes/HighContrastInverse/icons/48x48/stock/Makefile.am deleted file mode 100644 index e1e2c46c..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/Makefile.am +++ /dev/null @@ -1,110 +0,0 @@ -themedir = $(datadir)/icons/HighContrastInverse -size = 48x48 -context = stock - -icondir = $(themedir)/$(size)/$(context) - -icon_DATA = \ - application-exit.png \ - audio-input-microphone.png \ - audio-volume-high.png \ - audio-volume-low.png \ - audio-volume-medium.png \ - audio-volume-muted.png \ - dialog-error.png \ - dialog-information.png \ - dialog-question.png \ - dialog-warning.png \ - document-new.png \ - document-open.png \ - document-print.png \ - document-print-preview.png \ - document-properties.png \ - document-revert.png \ - document-save-as.png \ - document-save.png \ - double-click-maybe.png \ - double-click-off.png \ - double-click-on.png \ - drive-harddisk.png \ - edit-clear.png \ - edit-copy.png \ - edit-cut.png \ - edit-delete.png \ - edit-find.png \ - edit-find-replace.png \ - edit-paste.png \ - edit-redo.png \ - edit-undo.png \ - format-justify-center.png \ - format-justify-fill.png \ - format-justify-left.png \ - format-justify-right.png \ - format-text-bold.png \ - format-text-italic.png \ - format-text-strikethrough.png \ - format-text-underline.png \ - go-bottom.png \ - go-down.png \ - go-first.png \ - go-home.png \ - go-jump.png \ - go-last.png \ - go-next.png \ - go-previous.png \ - go-top.png \ - go-up.png \ - gtk-apply.png \ - gtk-cancel.png \ - gtk-connect.png \ - gtk-convert.png \ - gtk-disconnect.png \ - gtk-dnd-multiple.png \ - gtk-dnd.png \ - gtk-edit.png \ - gtk-index.png \ - gtk-no.png \ - gtk-ok.png \ - gtk-preferences.png \ - gtk-select-color.png \ - gtk-select-font.png \ - gtk-undelete.png \ - gtk-yes.png \ - help-about.png \ - help-contents.png \ - image-missing.png \ - list-add.png \ - list-remove.png \ - media-eject.png \ - media-floppy.png \ - media-optical.png \ - media-playback-pause.png \ - media-playback-start.png \ - media-playback-stop.png \ - media-record.png \ - media-seek-backward.png \ - media-seek-forward.png \ - media-skip-backward.png \ - media-skip-forward.png \ - process-stop.png \ - system-lock-screen.png \ - system-log-out.png \ - system-run.png \ - system-search.png \ - tools-check-spelling.png \ - view-refresh.png \ - view-sort-ascending.png \ - view-sort-descending.png \ - window-close.png \ - zoom-fit-best.png \ - zoom-in.png \ - zoom-original.png \ - zoom-out.png - -EXTRA_DIST = \ - $(icon_DATA) - -MAINTAINERCLEANFILES = \ - Makefile.in - -uninstall-am: uninstall-iconDATA diff --git a/themes/HighContrastInverse/icons/48x48/stock/application-exit.png b/themes/HighContrastInverse/icons/48x48/stock/application-exit.png Binary files differdeleted file mode 100644 index f1a055f3..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/application-exit.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/audio-input-microphone.png b/themes/HighContrastInverse/icons/48x48/stock/audio-input-microphone.png Binary files differdeleted file mode 100644 index e87e12d7..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/audio-input-microphone.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/audio-volume-high.png b/themes/HighContrastInverse/icons/48x48/stock/audio-volume-high.png Binary files differdeleted file mode 100644 index b71d0cae..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/audio-volume-high.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/audio-volume-low.png b/themes/HighContrastInverse/icons/48x48/stock/audio-volume-low.png Binary files differdeleted file mode 100644 index 18490db1..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/audio-volume-low.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/audio-volume-medium.png b/themes/HighContrastInverse/icons/48x48/stock/audio-volume-medium.png Binary files differdeleted file mode 100644 index b52e2432..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/audio-volume-medium.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/audio-volume-muted.png b/themes/HighContrastInverse/icons/48x48/stock/audio-volume-muted.png Binary files differdeleted file mode 100644 index e86ea849..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/audio-volume-muted.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/dialog-error.png b/themes/HighContrastInverse/icons/48x48/stock/dialog-error.png Binary files differdeleted file mode 100644 index d0eb2267..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/dialog-error.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/dialog-information.png b/themes/HighContrastInverse/icons/48x48/stock/dialog-information.png Binary files differdeleted file mode 100644 index 60f08e7a..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/dialog-information.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/dialog-question.png b/themes/HighContrastInverse/icons/48x48/stock/dialog-question.png Binary files differdeleted file mode 100644 index 0e792ba3..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/dialog-question.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/dialog-warning.png b/themes/HighContrastInverse/icons/48x48/stock/dialog-warning.png Binary files differdeleted file mode 100644 index 31b218d1..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/dialog-warning.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/document-new.png b/themes/HighContrastInverse/icons/48x48/stock/document-new.png Binary files differdeleted file mode 100644 index aec40a31..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/document-new.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/document-open.png b/themes/HighContrastInverse/icons/48x48/stock/document-open.png Binary files differdeleted file mode 100644 index 7e5486f5..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/document-open.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/document-print-preview.png b/themes/HighContrastInverse/icons/48x48/stock/document-print-preview.png Binary files differdeleted file mode 100644 index f34d4dc2..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/document-print-preview.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/document-print.png b/themes/HighContrastInverse/icons/48x48/stock/document-print.png Binary files differdeleted file mode 100644 index 5b638d23..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/document-print.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/document-properties.png b/themes/HighContrastInverse/icons/48x48/stock/document-properties.png Binary files differdeleted file mode 100644 index cd3d6940..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/document-properties.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/document-revert.png b/themes/HighContrastInverse/icons/48x48/stock/document-revert.png Binary files differdeleted file mode 100644 index 9f16adc4..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/document-revert.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/document-save-as.png b/themes/HighContrastInverse/icons/48x48/stock/document-save-as.png Binary files differdeleted file mode 100644 index ead822f1..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/document-save-as.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/document-save.png b/themes/HighContrastInverse/icons/48x48/stock/document-save.png Binary files differdeleted file mode 100644 index cb7b3ba3..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/document-save.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/double-click-maybe.png b/themes/HighContrastInverse/icons/48x48/stock/double-click-maybe.png Binary files differdeleted file mode 100644 index e776cbac..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/double-click-maybe.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/double-click-off.png b/themes/HighContrastInverse/icons/48x48/stock/double-click-off.png Binary files differdeleted file mode 100644 index 418db8b7..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/double-click-off.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/double-click-on.png b/themes/HighContrastInverse/icons/48x48/stock/double-click-on.png Binary files differdeleted file mode 100644 index c9ba34a5..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/double-click-on.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/drive-harddisk.png b/themes/HighContrastInverse/icons/48x48/stock/drive-harddisk.png Binary files differdeleted file mode 100644 index 937ca439..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/drive-harddisk.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/edit-clear.png b/themes/HighContrastInverse/icons/48x48/stock/edit-clear.png Binary files differdeleted file mode 100644 index 6f68d267..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/edit-clear.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/edit-copy.png b/themes/HighContrastInverse/icons/48x48/stock/edit-copy.png Binary files differdeleted file mode 100644 index d465318e..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/edit-copy.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/edit-cut.png b/themes/HighContrastInverse/icons/48x48/stock/edit-cut.png Binary files differdeleted file mode 100644 index d90a0999..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/edit-cut.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/edit-delete.png b/themes/HighContrastInverse/icons/48x48/stock/edit-delete.png Binary files differdeleted file mode 100644 index 74fcdf7d..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/edit-delete.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/edit-find-replace.png b/themes/HighContrastInverse/icons/48x48/stock/edit-find-replace.png Binary files differdeleted file mode 100644 index ffeb60cf..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/edit-find-replace.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/edit-find.png b/themes/HighContrastInverse/icons/48x48/stock/edit-find.png Binary files differdeleted file mode 100644 index 89e0c8ac..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/edit-find.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/edit-paste.png b/themes/HighContrastInverse/icons/48x48/stock/edit-paste.png Binary files differdeleted file mode 100644 index 94836722..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/edit-paste.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/edit-redo.png b/themes/HighContrastInverse/icons/48x48/stock/edit-redo.png Binary files differdeleted file mode 100644 index 292eefc6..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/edit-redo.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/edit-undo.png b/themes/HighContrastInverse/icons/48x48/stock/edit-undo.png Binary files differdeleted file mode 100644 index ee061eda..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/edit-undo.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/format-justify-center.png b/themes/HighContrastInverse/icons/48x48/stock/format-justify-center.png Binary files differdeleted file mode 100644 index 9f98b919..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/format-justify-center.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/format-justify-fill.png b/themes/HighContrastInverse/icons/48x48/stock/format-justify-fill.png Binary files differdeleted file mode 100644 index 33a2bfd3..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/format-justify-fill.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/format-justify-left.png b/themes/HighContrastInverse/icons/48x48/stock/format-justify-left.png Binary files differdeleted file mode 100644 index 5138e00c..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/format-justify-left.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/format-justify-right.png b/themes/HighContrastInverse/icons/48x48/stock/format-justify-right.png Binary files differdeleted file mode 100644 index e89c0af1..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/format-justify-right.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/format-text-bold.png b/themes/HighContrastInverse/icons/48x48/stock/format-text-bold.png Binary files differdeleted file mode 100644 index 14abb2e6..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/format-text-bold.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/format-text-italic.png b/themes/HighContrastInverse/icons/48x48/stock/format-text-italic.png Binary files differdeleted file mode 100644 index f8065487..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/format-text-italic.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/format-text-strikethrough.png b/themes/HighContrastInverse/icons/48x48/stock/format-text-strikethrough.png Binary files differdeleted file mode 100644 index 11aca0bc..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/format-text-strikethrough.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/format-text-underline.png b/themes/HighContrastInverse/icons/48x48/stock/format-text-underline.png Binary files differdeleted file mode 100644 index b8e15b8e..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/format-text-underline.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/go-bottom.png b/themes/HighContrastInverse/icons/48x48/stock/go-bottom.png Binary files differdeleted file mode 100644 index 7c15a6b0..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/go-bottom.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/go-down.png b/themes/HighContrastInverse/icons/48x48/stock/go-down.png Binary files differdeleted file mode 100644 index e650695b..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/go-down.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/go-first.png b/themes/HighContrastInverse/icons/48x48/stock/go-first.png Binary files differdeleted file mode 100644 index 1ba9e5e5..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/go-first.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/go-home.png b/themes/HighContrastInverse/icons/48x48/stock/go-home.png Binary files differdeleted file mode 100644 index 0f669761..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/go-home.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/go-jump.png b/themes/HighContrastInverse/icons/48x48/stock/go-jump.png Binary files differdeleted file mode 100644 index b8296c39..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/go-jump.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/go-last.png b/themes/HighContrastInverse/icons/48x48/stock/go-last.png Binary files differdeleted file mode 100644 index 4ccb91b6..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/go-last.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/go-next.png b/themes/HighContrastInverse/icons/48x48/stock/go-next.png Binary files differdeleted file mode 100644 index 63ba5723..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/go-next.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/go-previous.png b/themes/HighContrastInverse/icons/48x48/stock/go-previous.png Binary files differdeleted file mode 100644 index 916265b4..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/go-previous.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/go-top.png b/themes/HighContrastInverse/icons/48x48/stock/go-top.png Binary files differdeleted file mode 100644 index 9d5317b5..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/go-top.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/go-up.png b/themes/HighContrastInverse/icons/48x48/stock/go-up.png Binary files differdeleted file mode 100644 index 9b0d41bf..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/go-up.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/gtk-apply.png b/themes/HighContrastInverse/icons/48x48/stock/gtk-apply.png Binary files differdeleted file mode 100644 index f5eceb2f..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/gtk-apply.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/gtk-cancel.png b/themes/HighContrastInverse/icons/48x48/stock/gtk-cancel.png Binary files differdeleted file mode 100644 index b2f69aa1..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/gtk-cancel.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/gtk-connect.png b/themes/HighContrastInverse/icons/48x48/stock/gtk-connect.png Binary files differdeleted file mode 100644 index 65a018a5..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/gtk-connect.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/gtk-convert.png b/themes/HighContrastInverse/icons/48x48/stock/gtk-convert.png Binary files differdeleted file mode 100644 index eb773acd..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/gtk-convert.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/gtk-disconnect.png b/themes/HighContrastInverse/icons/48x48/stock/gtk-disconnect.png Binary files differdeleted file mode 100644 index 238d9430..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/gtk-disconnect.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/gtk-dnd-multiple.png b/themes/HighContrastInverse/icons/48x48/stock/gtk-dnd-multiple.png Binary files differdeleted file mode 100644 index 98348a25..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/gtk-dnd-multiple.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/gtk-dnd.png b/themes/HighContrastInverse/icons/48x48/stock/gtk-dnd.png Binary files differdeleted file mode 100644 index c0a3c01a..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/gtk-dnd.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/gtk-edit.png b/themes/HighContrastInverse/icons/48x48/stock/gtk-edit.png Binary files differdeleted file mode 100644 index 46ca3701..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/gtk-edit.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/gtk-index.png b/themes/HighContrastInverse/icons/48x48/stock/gtk-index.png Binary files differdeleted file mode 100644 index 46286ef4..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/gtk-index.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/gtk-no.png b/themes/HighContrastInverse/icons/48x48/stock/gtk-no.png Binary files differdeleted file mode 100644 index b2f69aa1..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/gtk-no.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/gtk-ok.png b/themes/HighContrastInverse/icons/48x48/stock/gtk-ok.png Binary files differdeleted file mode 100644 index f5eceb2f..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/gtk-ok.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/gtk-preferences.png b/themes/HighContrastInverse/icons/48x48/stock/gtk-preferences.png Binary files differdeleted file mode 100644 index 08cae539..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/gtk-preferences.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/gtk-select-color.png b/themes/HighContrastInverse/icons/48x48/stock/gtk-select-color.png Binary files differdeleted file mode 100644 index f6347934..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/gtk-select-color.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/gtk-select-font.png b/themes/HighContrastInverse/icons/48x48/stock/gtk-select-font.png Binary files differdeleted file mode 100644 index 7ae2e00e..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/gtk-select-font.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/gtk-undelete.png b/themes/HighContrastInverse/icons/48x48/stock/gtk-undelete.png Binary files differdeleted file mode 100644 index 80a7ba27..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/gtk-undelete.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/gtk-yes.png b/themes/HighContrastInverse/icons/48x48/stock/gtk-yes.png Binary files differdeleted file mode 100644 index f5eceb2f..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/gtk-yes.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/help-about.png b/themes/HighContrastInverse/icons/48x48/stock/help-about.png Binary files differdeleted file mode 100644 index f0b3235d..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/help-about.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/help-contents.png b/themes/HighContrastInverse/icons/48x48/stock/help-contents.png Binary files differdeleted file mode 100644 index bb875287..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/help-contents.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/image-missing.png b/themes/HighContrastInverse/icons/48x48/stock/image-missing.png Binary files differdeleted file mode 100644 index 077de5b7..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/image-missing.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/list-add.png b/themes/HighContrastInverse/icons/48x48/stock/list-add.png Binary files differdeleted file mode 100644 index 5123745a..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/list-add.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/list-remove.png b/themes/HighContrastInverse/icons/48x48/stock/list-remove.png Binary files differdeleted file mode 100644 index 52c7a879..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/list-remove.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/media-eject.png b/themes/HighContrastInverse/icons/48x48/stock/media-eject.png Binary files differdeleted file mode 100644 index 2d72a5fa..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/media-eject.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/media-floppy.png b/themes/HighContrastInverse/icons/48x48/stock/media-floppy.png Binary files differdeleted file mode 100644 index cb7b3ba3..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/media-floppy.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/media-optical.png b/themes/HighContrastInverse/icons/48x48/stock/media-optical.png Binary files differdeleted file mode 100644 index 0edc5919..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/media-optical.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/media-playback-pause.png b/themes/HighContrastInverse/icons/48x48/stock/media-playback-pause.png Binary files differdeleted file mode 100644 index 70d17d1b..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/media-playback-pause.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/media-playback-start.png b/themes/HighContrastInverse/icons/48x48/stock/media-playback-start.png Binary files differdeleted file mode 100644 index 24b797d3..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/media-playback-start.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/media-playback-stop.png b/themes/HighContrastInverse/icons/48x48/stock/media-playback-stop.png Binary files differdeleted file mode 100644 index 7ab1051b..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/media-playback-stop.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/media-record.png b/themes/HighContrastInverse/icons/48x48/stock/media-record.png Binary files differdeleted file mode 100644 index a83915c6..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/media-record.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/media-seek-backward.png b/themes/HighContrastInverse/icons/48x48/stock/media-seek-backward.png Binary files differdeleted file mode 100644 index d62926e6..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/media-seek-backward.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/media-seek-forward.png b/themes/HighContrastInverse/icons/48x48/stock/media-seek-forward.png Binary files differdeleted file mode 100644 index 8643b914..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/media-seek-forward.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/media-skip-backward.png b/themes/HighContrastInverse/icons/48x48/stock/media-skip-backward.png Binary files differdeleted file mode 100644 index d0cf74cf..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/media-skip-backward.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/media-skip-forward.png b/themes/HighContrastInverse/icons/48x48/stock/media-skip-forward.png Binary files differdeleted file mode 100644 index 58c63a85..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/media-skip-forward.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/process-stop.png b/themes/HighContrastInverse/icons/48x48/stock/process-stop.png Binary files differdeleted file mode 100644 index cb9f0427..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/process-stop.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/system-lock-screen.png b/themes/HighContrastInverse/icons/48x48/stock/system-lock-screen.png Binary files differdeleted file mode 100644 index ba1ced46..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/system-lock-screen.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/system-log-out.png b/themes/HighContrastInverse/icons/48x48/stock/system-log-out.png Binary files differdeleted file mode 100644 index f55f1feb..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/system-log-out.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/system-run.png b/themes/HighContrastInverse/icons/48x48/stock/system-run.png Binary files differdeleted file mode 100644 index cb9461f8..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/system-run.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/system-search.png b/themes/HighContrastInverse/icons/48x48/stock/system-search.png Binary files differdeleted file mode 100644 index 64c1cdac..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/system-search.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/tools-check-spelling.png b/themes/HighContrastInverse/icons/48x48/stock/tools-check-spelling.png Binary files differdeleted file mode 100644 index 41126415..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/tools-check-spelling.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/view-refresh.png b/themes/HighContrastInverse/icons/48x48/stock/view-refresh.png Binary files differdeleted file mode 100644 index 63679fdb..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/view-refresh.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/view-sort-ascending.png b/themes/HighContrastInverse/icons/48x48/stock/view-sort-ascending.png Binary files differdeleted file mode 100644 index d92df958..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/view-sort-ascending.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/view-sort-descending.png b/themes/HighContrastInverse/icons/48x48/stock/view-sort-descending.png Binary files differdeleted file mode 100644 index 8e26b4c2..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/view-sort-descending.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/window-close.png b/themes/HighContrastInverse/icons/48x48/stock/window-close.png Binary files differdeleted file mode 100644 index b2f69aa1..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/window-close.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/zoom-fit-best.png b/themes/HighContrastInverse/icons/48x48/stock/zoom-fit-best.png Binary files differdeleted file mode 100644 index 457c516d..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/zoom-fit-best.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/zoom-in.png b/themes/HighContrastInverse/icons/48x48/stock/zoom-in.png Binary files differdeleted file mode 100644 index f72c0bbb..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/zoom-in.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/zoom-original.png b/themes/HighContrastInverse/icons/48x48/stock/zoom-original.png Binary files differdeleted file mode 100644 index 6cd2fa7e..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/zoom-original.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/48x48/stock/zoom-out.png b/themes/HighContrastInverse/icons/48x48/stock/zoom-out.png Binary files differdeleted file mode 100644 index dd902879..00000000 --- a/themes/HighContrastInverse/icons/48x48/stock/zoom-out.png +++ /dev/null diff --git a/themes/HighContrastInverse/icons/Makefile.am b/themes/HighContrastInverse/icons/Makefile.am deleted file mode 100644 index c206bfec..00000000 --- a/themes/HighContrastInverse/icons/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -themedir = $(datadir)/icons/HighContrastInverse - -theme_DATA = index.theme - -SUBDIRS = 48x48 - -gtk_update_icon_cache = $(GTK_UPDATE_ICON_CACHE) -f -t $(themedir) - -install-data-hook: update-icon-cache -uninstall-hook: update-icon-cache - -update-icon-cache: - @-if test -z "$(DESTDIR)"; then \ - echo "Updating Gtk icon cache."; \ - $(gtk_update_icon_cache); \ - else \ - echo "*** Icon cache not updated. After (un)install, run this:"; \ - echo "*** $(gtk_update_icon_cache)"; \ - fi - -EXTRA_DIST = index.theme - diff --git a/themes/HighContrastInverse/icons/index.theme b/themes/HighContrastInverse/icons/index.theme deleted file mode 100644 index bee1bf0e..00000000 --- a/themes/HighContrastInverse/icons/index.theme +++ /dev/null @@ -1,10 +0,0 @@ -[Icon Theme] -Name=HighContrastInverse -Comment=High Contrast Inverse Theme -Directories=48x48/stock -Inherits=gnome - -[48x48/stock] -Size=48 -Context=Stock -Type=Scalable diff --git a/themes/HighContrastInverse/index.theme.in b/themes/HighContrastInverse/index.theme.in deleted file mode 100644 index a93da782..00000000 --- a/themes/HighContrastInverse/index.theme.in +++ /dev/null @@ -1,10 +0,0 @@ -[X-GNOME-Metatheme] -_Name=High Contrast Inverse -Type=X-GNOME-Metatheme -_Comment=High contrast inverse theme -Encoding=UTF-8 -GtkTheme=HighContrastInverse -MetacityTheme=Adwaita -IconTheme=gnome -CursorTheme=Adwaita -CursorSize=24 diff --git a/themes/Makefile.am b/themes/Makefile.am index 2a0e0c08..8a545236 100644 --- a/themes/Makefile.am +++ b/themes/Makefile.am @@ -1,7 +1,6 @@ -SUBDIRS = Adwaita LowContrast HighContrast HighContrastInverse +SUBDIRS = Adwaita LowContrast HighContrast EXTRA_DIST = \ a11y-base.css -include $(top_srcdir)/git.mk - |