<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,9 @@
 #!/usr/bin/perl
 
 open(RC, &quot;$ENV{'HOME'}/.colorc&quot;) || die &quot;Can't read config from $ENV{'HOME'}/.colorc\n&quot;;
-open(X, &quot;/usr/X11R6/lib/X11/rgb.txt&quot;) || die &quot;Can't read colors from /usr/X11R6/lib/X11/rgb.txt, make sure the X11 package is installed.\n&quot;;
+my $rgbpath = '/usr/X11R6/lib/X11/rgb.txt';
+$rgbpath = '/usr/X11/share/X11/rgb.txt' if(-f '/usr/X11/share/X11/rgb.txt');
+open(X, $rgbpath) || die &quot;Can't read colors from $rgbpath, make sure the X11 package is installed.\n&quot;;
 
 # cache color table
 my @xcolors;</diff>
      <filename>colo</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c4385923aaeb5343a85af9b5bbc1e45fb63c2c4f</id>
    </parent>
  </parents>
  <author>
    <name>Scott Jann</name>
    <email>sjann@trms.com</email>
  </author>
  <url>http://github.com/zenwheel/colox/commit/078fc243d1afdc2131c170a48d9c4fe3fa4bcad5</url>
  <id>078fc243d1afdc2131c170a48d9c4fe3fa4bcad5</id>
  <committed-date>2008-10-06T15:11:51-07:00</committed-date>
  <authored-date>2008-10-06T15:11:51-07:00</authored-date>
  <message>fix paths for newer OS X</message>
  <tree>ab3a4110338dc3ea67b6f08d7f67029b871ee5a8</tree>
  <committer>
    <name>Scott Jann</name>
    <email>sjann@trms.com</email>
  </committer>
</commit>
