emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99653: Update Custom arrow images.


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99653: Update Custom arrow images.
Date: Fri, 12 Mar 2010 16:42:05 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99653
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Fri 2010-03-12 16:42:05 -0500
message:
  Update Custom arrow images.
  
  * images/custom/down.xpm, images/custom/right.xpm: Update images
  to increase contrast on bright backgrounds.
modified:
  etc/ChangeLog
  etc/images/custom/down.xpm
  etc/images/custom/right.xpm
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2010-03-10 15:17:13 +0000
+++ b/etc/ChangeLog     2010-03-12 21:42:05 +0000
@@ -1,3 +1,8 @@
+2010-03-12  Chong Yidong  <address@hidden>
+
+       * images/custom/down.xpm, images/custom/right.xpm: Update images
+       to increase contrast on bright backgrounds.
+
 2010-03-10  Chong Yidong  <address@hidden>
 
        * Branch for 23.2.

=== modified file 'etc/images/custom/down.xpm'
--- a/etc/images/custom/down.xpm        2010-02-16 14:28:41 +0000
+++ b/etc/images/custom/down.xpm        2010-03-12 21:42:05 +0000
@@ -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.   ",
+"    .    "};

=== modified file 'etc/images/custom/right.xpm'
--- a/etc/images/custom/right.xpm       2010-02-16 14:28:41 +0000
+++ b/etc/images/custom/right.xpm       2010-03-12 21:42:05 +0000
@@ -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..     ",
+"..       "};


reply via email to

[Prev in Thread] Current Thread [Next in Thread]