<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Christoph Zengler</title>
	<atom:link href="http://zengler.eu/feed/" rel="self" type="application/rss+xml" />
	<link>http://zengler.eu</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 29 Mar 2010 18:24:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using Bright ANSI Colors in OS X 10.6.3&#8217;s Terminal.app</title>
		<link>http://zengler.eu/2010/03/using-bright-ansi-colors-in-os-x-10-6-3s-terminal/</link>
		<comments>http://zengler.eu/2010/03/using-bright-ansi-colors-in-os-x-10-6-3s-terminal/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 18:08:41 +0000</pubDate>
		<dc:creator>zengler</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://zengler.eu/?p=306</guid>
		<description><![CDATA[TerminalColoreopard is a little plugin for OS X's Terminal.app to choose between dark and bright ANSI Colors which helps a lot when using light and dark backgrounds alternately. I describe a way of getting this plugin to work again with the new OS X 10.6.3 Terminal.]]></description>
			<content:encoded><![CDATA[<p>I work a lot (almost half the day) in OS X&#8217;s Terminal and prefer light font colors on dark background which doesn&#8217;t stress the eyes so much. However, dark background with light fonts is a no-go in presentations with a projector.</p>
<p><strong>Problem:</strong> You cannot use the same colors for red, green, blue, &#8230; with light and dark backgrounds &#8211; or let&#8217;s say at least you don&#8217;t want to do this! It looks either abysmally ugly or it is completely unreadable.</p>
<p><strong>Solution:</strong> A tiny little <a title="SIMBL" href="http://www.culater.net/software/SIMBL/SIMBL.php" target="_blank">SIMBL</a> plugin called <a title="Coloreopard" href="http://niw.at/articles/2007/11/02/TerminalColoreopard/en" target="_blank">TerminalColoreopard</a>. Using this you can distinguish between ANSI colors and Bright ANSI colors. Exactly what I want.</p>
<p><strong>Problem:</strong> With today&#8217;s release of 10.6.3 this plugin doesn&#8217;t work anymore.</p>
<p><strong>Solution:</strong> Go to the Bundle in ~/Library/Application Support/SIMBL/Plugins, and navigate into the bunlde (show package contents). Go to Contents and open the Info.plist with a text editor or the PLIST Editor (included in the OS X SDK). There you find:</p>
<pre class="brush: xml;">
&lt;key&gt;SIMBLTargetApplications&lt;/key&gt;
	&lt;array&gt;
		&lt;dict&gt;
			&lt;key&gt;BundleIdentifier&lt;/key&gt;
			&lt;string&gt;com.apple.Terminal&lt;/string&gt;
			&lt;key&gt;MaxBundleVersion&lt;/key&gt;
			&lt;string&gt;272&lt;/string&gt;
			&lt;key&gt;MinBundleVersion&lt;/key&gt;
			&lt;string&gt;272&lt;/string&gt;
		&lt;/dict&gt;
	&lt;/array&gt;
</pre>
<p>Just change line 6/7 to</p>
<pre class="brush: xml; first-line: 6; pad-line-numbers: 2; toolbar: false;">
&lt;key&gt;MaxBundleVersion&lt;/key&gt;
	&lt;string&gt;273&lt;/string&gt;
</pre>
<p>and everything works fine again!</p>
]]></content:encoded>
			<wfw:commentRss>http://zengler.eu/2010/03/using-bright-ansi-colors-in-os-x-10-6-3s-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New webpage</title>
		<link>http://zengler.eu/2010/03/new-webpage/</link>
		<comments>http://zengler.eu/2010/03/new-webpage/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 15:25:29 +0000</pubDate>
		<dc:creator>zengler</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://zengler.eu/?p=293</guid>
		<description><![CDATA[Finally I took the time to create a completely new webpage. There are still some empty pages (as in the old page), but I hope to fill these within the next days. And I badly hope that I will maintain this page more frequently than the old one!
]]></description>
			<content:encoded><![CDATA[<p>Finally I took the time to create a completely new webpage. There are still some empty pages (as in the old page), but I hope to fill these within the next days. And I badly hope that I will maintain this page more frequently than the old one!</p>
]]></content:encoded>
			<wfw:commentRss>http://zengler.eu/2010/03/new-webpage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
