1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00:00
emacs/etc/images/custom/down.xpm
Chong Yidong e3c5dd1188 Update Custom arrow images.
* images/custom/down.xpm, images/custom/right.xpm: Update images
to increase contrast on bright backgrounds.
2010-03-12 16:42:05 -05:00

17 lines
220 B
C

/* 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. ",
" . "};