diff options
author | Jakub Steiner <jimmac@src.gnome.org> | 2001-03-21 04:45:11 +0800 |
---|---|---|
committer | Jakub Steiner <jimmac@src.gnome.org> | 2001-03-21 04:45:11 +0800 |
commit | ef59955e2dbad1fdd14d317283687f8f99fe8117 (patch) | |
tree | b38d27d2763643864684fd15735235a77ac7471b /art/16_work_offline.xpm | |
parent | 04ee7c6788eaeec1b8e7a5b5048b7e9e28b8fa0c (diff) | |
download | gsoc2013-evolution-ef59955e2dbad1fdd14d317283687f8f99fe8117.tar.gz gsoc2013-evolution-ef59955e2dbad1fdd14d317283687f8f99fe8117.tar.zst gsoc2013-evolution-ef59955e2dbad1fdd14d317283687f8f99fe8117.zip |
color coded app icons and some new icons. also a new splash (probably to be replaced in seconds by tigert's ;)
svn path=/trunk/; revision=8855
Diffstat (limited to 'art/16_work_offline.xpm')
-rw-r--r-- | art/16_work_offline.xpm | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/art/16_work_offline.xpm b/art/16_work_offline.xpm new file mode 100644 index 0000000000..b4c2cdc17f --- /dev/null +++ b/art/16_work_offline.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * 16_work_offline_xpm[] = { +"16 16 14 1", +" c None", +". c #424242", +"+ c #212121", +"@ c #737373", +"# c #EFEFEF", +"$ c #DEDEDE", +"% c #CECECE", +"& c #101010", +"* c #8C8C8C", +"= c #636363", +"- c #ADADAD", +"; c #9C9C9C", +"> c #000000", +", c #BDBDBD", +" ", +" ", +" ", +" .+++..@ ", +" . ###$$%& ", +" @#*=*-*=*%@ ", +" .#;> %->;%+ ", +" .$-> %->,%+ ", +" .$;$#,;$ %+ ", +" .$$ %+% #%& ", +" @%-$@>@%-%. ", +" .,;;;;-,. ", +" @++++&. ", +" ", +" ", +" "}; |