view lisp/toolbar/left_arrow.xpm @ 52677:a4cf4569e557

(scheme-mode-variables): When setting `font-lock-defaults', also specify that "#" should be interpreted with `word' syntax. (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Tue, 30 Sep 2003 11:46:13 +0000
parents 54d90c318dfd
children 734ff40978ad
line wrap: on
line source

/* XPM */
static char * left_arrow_xpm[] = {
"24 24 9 1",
" 	c None",
".	c #020202",
"+	c #121A12",
"@	c #78A16E",
"#	c #86AD7D",
"$	c #B2C6AE",
"%	c #263222",
"&	c #E7EDE6",
"*	c #497241",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                ..      ",
"              ..$.      ",
"            ..&&$.      ",
"          ..&&&&$.      ",
"        ..&&&&&&$.      ",
"      .+&&&&&&&&$.      ",
"    ..$&&&&&&&&&$%      ",
"    ..**@@@#####@.      ",
"      ..**@#@###@.      ",
"        ..**@#@#@.      ",
"          ..**@@@.      ",
"            ..*@*.      ",
"              ..*.      ",
"                ..      ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};