Mercurial > emacs
comparison etc/images/ezimage/doc-minus.xpm @ 65750:616e5cb890c3
Images used by speedbar.el.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 30 Sep 2005 13:09:58 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
65749:d60c08a57a67 | 65750:616e5cb890c3 |
---|---|
1 /* XPM */ | |
2 static char * sb_doc_minus_xpm[] = { | |
3 "15 15 5 1", | |
4 " c None", | |
5 ". c #828282", | |
6 "+ c #000000", | |
7 "@ c #5A818B", | |
8 "# c #FFFFFF", | |
9 " ....... ", | |
10 " .+++++++. ", | |
11 " .+@@@@@@+. ", | |
12 " .+@@@@@@+#. ", | |
13 " .+@@@@@@+#+.", | |
14 " .+@####@+##+.", | |
15 " .+@@@@@@@+#+. ", | |
16 " .+@@@@@@+##+. ", | |
17 ".++++@@@@+#+. ", | |
18 ".+###++++##+. ", | |
19 ".+########+. ", | |
20 ".++#######+. ", | |
21 " ..++++##+. ", | |
22 " ....+++. ", | |
23 " ... "}; |