mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-01 08:17:38 +00:00
e3c5dd1188
* images/custom/down.xpm, images/custom/right.xpm: Update images to increase contrast on bright backgrounds.
17 lines
220 B
C
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. ",
|
|
" . "};
|