summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/images/custom/down.xpm29
-rw-r--r--etc/images/custom/right.xpm29
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 <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.
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.. ",
+".. "};