Mercurial > emacs
annotate etc/images/ezimage/doc-plus.xpm @ 88323:da4ae7e898f6
*** empty log message ***
author | Alex Schroeder <alex@gnu.org> |
---|---|
date | Wed, 01 Mar 2006 07:10:01 +0000 |
parents | d7ddb3e565de |
children |
rev | line source |
---|---|
88155 | 1 /* XPM */ |
2 static char * sb_doc_plus_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 " ... "}; |