mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
Update Custom arrow images.
* images/custom/down.xpm, images/custom/right.xpm: Update images to increase contrast on bright backgrounds.
This commit is contained in:
parent
26f4b8abb8
commit
e3c5dd1188
@ -1,3 +1,8 @@
|
||||
2010-03-12 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* images/custom/down.xpm, images/custom/right.xpm: Update images
|
||||
to increase contrast on bright backgrounds.
|
||||
|
||||
2010-03-10 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Branch for 23.2.
|
||||
|
@ -1,19 +1,16 @@
|
||||
/* XPM */
|
||||
static char * down_xpm[] = {
|
||||
"8 12 4 1",
|
||||
"9 9 4 1",
|
||||
" c none",
|
||||
". c gray90",
|
||||
"X c gray45",
|
||||
"O c gray75",
|
||||
"........",
|
||||
".OOOOOOX",
|
||||
" .OOOOX ",
|
||||
" .OOOOX ",
|
||||
" .OOX ",
|
||||
" .OOX ",
|
||||
" OX ",
|
||||
" OX ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
". c black",
|
||||
"x c gray45",
|
||||
"+ c white",
|
||||
".........",
|
||||
".x+++++x.",
|
||||
" .+++++. ",
|
||||
" .x+++x. ",
|
||||
" .+++. ",
|
||||
" .x+x. ",
|
||||
" .+. ",
|
||||
" .x. ",
|
||||
" . "};
|
||||
|
@ -1,19 +1,16 @@
|
||||
/* XPM */
|
||||
static char * right_xpm[] = {
|
||||
"8 12 4 1",
|
||||
"9 9 4 1",
|
||||
" c none",
|
||||
". c gray90",
|
||||
"X c gray45",
|
||||
"O c gray75",
|
||||
".. ",
|
||||
"..O. ",
|
||||
"..OOO. ",
|
||||
"..OOOOOX",
|
||||
"..OOOOXX",
|
||||
"..OOXX ",
|
||||
"..XX ",
|
||||
"OO ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" " };
|
||||
". c black",
|
||||
"x c gray45",
|
||||
"+ c white",
|
||||
".. ",
|
||||
".x.. ",
|
||||
".++x.. ",
|
||||
".++++x.. ",
|
||||
".++++++x.",
|
||||
".++++x.. ",
|
||||
".++x.. ",
|
||||
".x.. ",
|
||||
".. "};
|
||||
|
Loading…
Reference in New Issue
Block a user