view etc/images/custom/down.xpm @ 107380:2c9f719ae74b

Update Custom arrow images. * images/custom/down.xpm, images/custom/right.xpm: Update images to increase contrast on bright backgrounds.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 12 Mar 2010 16:42:05 -0500
parents 87681b1f74ce
children
line wrap: on
line source

/* XPM */
static char * down_xpm[] = {
"9 9 4 1",
" 	c none",
".	c black",
"x	c gray45",
"+	c white",
".........",
".x+++++x.",
" .+++++. ",
" .x+++x. ",
"  .+++.  ",
"  .x+x.  ",
"   .+.   ",
"   .x.   ",
"    .    "};