diff options
author | Christian Persch <chpe@gnome.org> | 2007-08-09 06:38:32 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-08-09 06:38:32 +0800 |
commit | 4b55229ff8259532a1ec85bbfc469a14f2601640 (patch) | |
tree | 9a57a4353f0980dea3883aff638d739eb47021f5 /data/icons | |
parent | 1adf85635f982bac8f84e31c26d7232d46fa7e9a (diff) | |
download | gsoc2013-epiphany-4b55229ff8259532a1ec85bbfc469a14f2601640.tar gsoc2013-epiphany-4b55229ff8259532a1ec85bbfc469a14f2601640.tar.gz gsoc2013-epiphany-4b55229ff8259532a1ec85bbfc469a14f2601640.tar.bz2 gsoc2013-epiphany-4b55229ff8259532a1ec85bbfc469a14f2601640.tar.lz gsoc2013-epiphany-4b55229ff8259532a1ec85bbfc469a14f2601640.tar.xz gsoc2013-epiphany-4b55229ff8259532a1ec85bbfc469a14f2601640.tar.zst gsoc2013-epiphany-4b55229ff8259532a1ec85bbfc469a14f2601640.zip |
Add a11y theme icons for our apps icon.
2007-08-09 Christian Persch <chpe@gnome.org>
* data/icons/Makefile.am:
* data/icons/HighColorLargePrint{,Inverse}_apps_48x48_gnome-web-browser.png:
Add a11y theme icons for our apps icon.
svn path=/trunk/; revision=7257
Diffstat (limited to 'data/icons')
-rw-r--r-- | data/icons/HighContrastLargePrintInverse_apps_48x48_gnome-web-browser.png | bin | 0 -> 2749 bytes | |||
-rw-r--r-- | data/icons/HighContrastLargePrint_apps_48x48_gnome-web-browser.png | bin | 0 -> 2715 bytes | |||
-rw-r--r-- | data/icons/Makefile.am | 4 |
3 files changed, 4 insertions, 0 deletions
diff --git a/data/icons/HighContrastLargePrintInverse_apps_48x48_gnome-web-browser.png b/data/icons/HighContrastLargePrintInverse_apps_48x48_gnome-web-browser.png Binary files differnew file mode 100644 index 000000000..bc9a5a912 --- /dev/null +++ b/data/icons/HighContrastLargePrintInverse_apps_48x48_gnome-web-browser.png diff --git a/data/icons/HighContrastLargePrint_apps_48x48_gnome-web-browser.png b/data/icons/HighContrastLargePrint_apps_48x48_gnome-web-browser.png Binary files differnew file mode 100644 index 000000000..2d1574809 --- /dev/null +++ b/data/icons/HighContrastLargePrint_apps_48x48_gnome-web-browser.png diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 0b16c6e8b..dfa2a5c0b 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -2,6 +2,8 @@ NULL = themes = \ hicolor \ + HighContrastLargePrint \ + HighContrastLargePrintInverse \ $(NULL) icons = \ @@ -46,6 +48,8 @@ icons = \ hicolor_status_48x48_lock-secure-checked.png \ hicolor_status_48x48_lock-secure.png \ hicolor_status_scalable_popup-hidden.svg \ + HighContrastLargePrint_apps_48x48_gnome-web-browser.png \ + HighContrastLargePrintInverse_apps_48x48_gnome-web-browser.png \ $(NULL) source_icons = \ |