]> git.eshelyaron.com Git - emacs.git/commitdiff
Update Custom arrow images.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 12 Mar 2010 21:42:05 +0000 (16:42 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 12 Mar 2010 21:42:05 +0000 (16:42 -0500)
* images/custom/down.xpm, images/custom/right.xpm: Update images
to increase contrast on bright backgrounds.

etc/ChangeLog
etc/images/custom/down.xpm
etc/images/custom/right.xpm

index 2e287094104cce06a04a4ae6c364bc1ba6a5dd49..adb782cd13a38edfa676c299e9cac6a365151236 100644 (file)
@@ -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.
index 4ddb255bc4436c1e51b2a942c8ad0edd769beea2..9977d4991876686f24874c72005a0f266d83a2c6 100644 (file)
@@ -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.   ",
+"    .    "};
index c75f7e74058e8f8df86f731e7fa3281d9b8490d9..a105af025e962395cb7d48cc4322e53ece10af30 100644 (file)
@@ -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..     ",
+"..       "};