comparison etc/images/ezimage/dir-plus.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_dir_plus_xpm[] = {
3 "20 15 5 1",
4 " c None",
5 ". c #828282",
6 "+ c #000000",
7 "@ c #DBDB00",
8 "# c #FFF993",
9 " ....... ",
10 ".+++++++. ",
11 ".+@@@@@@+.......... ",
12 ".+@@@@@@@++++++++++.",
13 ".+@@@@@@@@@@@@@@@@+.",
14 ".+#######++#####@@+.",
15 ".+#######++######@+.",
16 ".+#####++++++####@+.",
17 ".+#####++++++####@+.",
18 ".+#######++######@+.",
19 ".+#######++######@+.",
20 ".+###############@+.",
21 ".+###############@+.",
22 ".++++++++++++++++++.",
23 " .................. "};