From e3c5dd1188eb83922c21c414d671ff60ba2318c6 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 12 Mar 2010 16:42:05 -0500 Subject: Update Custom arrow images. * images/custom/down.xpm, images/custom/right.xpm: Update images to increase contrast on bright backgrounds. --- etc/ChangeLog | 5 +++++ etc/images/custom/down.xpm | 29 +++++++++++++---------------- etc/images/custom/right.xpm | 29 +++++++++++++---------------- 3 files changed, 31 insertions(+), 32 deletions(-) diff --git a/etc/ChangeLog b/etc/ChangeLog index 2e28709410..adb782cd13 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +2010-03-12 Chong Yidong + + * images/custom/down.xpm, images/custom/right.xpm: Update images + to increase contrast on bright backgrounds. + 2010-03-10 Chong Yidong * Branch for 23.2. diff --git a/etc/images/custom/down.xpm b/etc/images/custom/down.xpm index 4ddb255bc4..9977d49918 100644 --- a/etc/images/custom/down.xpm +++ b/etc/images/custom/down.xpm @@ -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. ", +" . "}; diff --git a/etc/images/custom/right.xpm b/etc/images/custom/right.xpm index c75f7e7405..a105af025e 100644 --- a/etc/images/custom/right.xpm +++ b/etc/images/custom/right.xpm @@ -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.. ", +".. "}; -- cgit v1.2.3