view etc/images/low-color/right-arrow.xpm @ 100387:35f1ab86f203

(font-lock-defaults): Doc fix: mention levels; refer to elisp manual.
author Glenn Morris <rgm@gnu.org>
date Sat, 13 Dec 2008 04:12:08 +0000
parents 28718fa5d988
children
line wrap: on
line source

/* XPM */
static char * right_arrow2_xpm[] = {
"24 24 6 1",
" 	c None",
".	c #87AF85",
"+	c #000100",
"@	c #BBBDBA",
"#	c #6B6B66",
"$	c #504D46",
"                        ",
"                        ",
"                        ",
"           +            ",
"           ++           ",
"           +.+          ",
"           +..+         ",
"    ++++++++@..+        ",
"    +@@@@@@@@@..+       ",
"    +@@..........+      ",
"    +..........@..+     ",
"    +.............$+    ",
"    +............$+     ",
"    +...........$+      ",
"    +.######...$+       ",
"    ++++++++#.$+        ",
"           +#$+         ",
"           +$+          ",
"           ++           ",
"           +            ",
"                        ",
"                        ",
"                        ",
"                        "};