<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Custom themes</title>
	<atom:link href="http://blog.macromates.com/2005/custom-themes/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.macromates.com/2005/custom-themes/</link>
	<description>TextMate and OS X</description>
	<lastBuildDate>Wed, 03 Feb 2010 16:53:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Kim</title>
		<link>http://blog.macromates.com/2005/custom-themes/#comment-3419</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Wed, 08 Oct 2008 14:15:56 +0000</pubDate>
		<guid isPermaLink="false">/?p=63#comment-3419</guid>
		<description>&lt;p&gt;There is a good bunch of themes at tmthemes.com&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>There is a good bunch of themes at tmthemes.com</p>]]></content:encoded>
	</item>
	<item>
		<title>By: claire</title>
		<link>http://blog.macromates.com/2005/custom-themes/#comment-636</link>
		<dc:creator>claire</dc:creator>
		<pubDate>Fri, 16 Dec 2005 19:15:43 +0000</pubDate>
		<guid isPermaLink="false">/?p=63#comment-636</guid>
		<description>&lt;p&gt;I really love the way the [REVISION …]-Comment/-Head in the ReleaseNotes.txt spread it&#039;s background-color over the whole width of the page.&lt;/p&gt;

&lt;p&gt;I&#039;d like to have something similar to &#039;make sections&#039; in my CSS-Files; these often are long enought to wrap them around our Company, so it would be cool to have something like &#039;supercomments&#039; which would behave live these cute REV-Stuff; e.g &quot;/&lt;strong&gt;&lt;em&gt;comment&lt;/em&gt;&lt;/strong&gt;/&quot; for head-comment, and &quot;/&lt;em&gt;comment&lt;/em&gt;/&quot; for normal comment.&lt;/p&gt;

&lt;p&gt;I often started to create something like that myself, but beeing just a Designer i didn&#039;t get the trick to do so … Any hint, someone?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I really love the way the [REVISION …]-Comment/-Head in the ReleaseNotes.txt spread it&#039;s background-color over the whole width of the page.</p>

<p>I&#039;d like to have something similar to &#039;make sections&#039; in my CSS-Files; these often are long enought to wrap them around our Company, so it would be cool to have something like &#039;supercomments&#039; which would behave live these cute REV-Stuff; e.g &#034;/<strong><em>comment</em></strong>/&#034; for head-comment, and &#034;/<em>comment</em>/&#034; for normal comment.</p>

<p>I often started to create something like that myself, but beeing just a Designer i didn&#039;t get the trick to do so … Any hint, someone?</p>

<p>Thanks</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Soryu</title>
		<link>http://blog.macromates.com/2005/custom-themes/#comment-583</link>
		<dc:creator>Soryu</dc:creator>
		<pubDate>Sun, 27 Nov 2005 14:16:59 +0000</pubDate>
		<guid isPermaLink="false">/?p=63#comment-583</guid>
		<description>&lt;p&gt;Ok, sorry guys for problems with the Sunburst theme.
There were two things. My server did not deliver it as proper Mime Type but most browser would show it as text. Secondly the extension should have been .tmTheme rather than .tmtheme (sic!).
This is fixed now.&lt;/p&gt;

&lt;p&gt;Anyway, hope you like it :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ok, sorry guys for problems with the Sunburst theme.
There were two things. My server did not deliver it as proper Mime Type but most browser would show it as text. Secondly the extension should have been .tmTheme rather than .tmtheme (sic!).
This is fixed now.</p>

<p>Anyway, hope you like it :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin</title>
		<link>http://blog.macromates.com/2005/custom-themes/#comment-581</link>
		<dc:creator>Benjamin</dc:creator>
		<pubDate>Fri, 25 Nov 2005 04:24:43 +0000</pubDate>
		<guid isPermaLink="false">/?p=63#comment-581</guid>
		<description>&lt;p&gt;The reason that the sunburst one doesnt work is because it has .tmtheme.xml at end change it to .tmTheme.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The reason that the sunburst one doesnt work is because it has .tmtheme.xml at end change it to .tmTheme.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Allan Odgaard</title>
		<link>http://blog.macromates.com/2005/custom-themes/#comment-578</link>
		<dc:creator>Allan Odgaard</dc:creator>
		<pubDate>Wed, 23 Nov 2005 02:25:24 +0000</pubDate>
		<guid isPermaLink="false">/?p=63#comment-578</guid>
		<description>&lt;p&gt;RB: the invalid.trailing-whitespace is something the language grammar needs to assign to trailing whitespace, using a rule similar to:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;{  name = &quot;invalid.trailing-whitespace&quot;;
   match = &quot;\s+$&quot;;
}&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Currently I don&#039;t think any of the language grammars do that. The Python grammar used to do it, but it was disabled.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>RB: the invalid.trailing-whitespace is something the language grammar needs to assign to trailing whitespace, using a rule similar to:</p>

<pre><code>{  name = "invalid.trailing-whitespace";
   match = "\s+$";
}</code></pre>

<p>Currently I don&#039;t think any of the language grammars do that. The Python grammar used to do it, but it was disabled.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: RB</title>
		<link>http://blog.macromates.com/2005/custom-themes/#comment-577</link>
		<dc:creator>RB</dc:creator>
		<pubDate>Tue, 22 Nov 2005 15:41:26 +0000</pubDate>
		<guid isPermaLink="false">/?p=63#comment-577</guid>
		<description>&lt;p&gt;I have tried out TextMate in the past, and was very fond of the ability to show/highlight trailing spaces.&lt;/p&gt;

&lt;p&gt;I&#039;m now using Version 1.1b17 (769) but the &#039;invalid.trailing-whitespace&#039; scope doesnt seem to work.. :(&lt;/p&gt;

&lt;p&gt;Am I doing something wrong here?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have tried out TextMate in the past, and was very fond of the ability to show/highlight trailing spaces.</p>

<p>I&#039;m now using Version 1.1b17 (769) but the &#039;invalid.trailing-whitespace&#039; scope doesnt seem to work.. :(</p>

<p>Am I doing something wrong here?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Eves</title>
		<link>http://blog.macromates.com/2005/custom-themes/#comment-576</link>
		<dc:creator>Frank Eves</dc:creator>
		<pubDate>Tue, 22 Nov 2005 14:17:18 +0000</pubDate>
		<guid isPermaLink="false">/?p=63#comment-576</guid>
		<description>&lt;p&gt;When I first attempted to install a theme (Sunburst), I double clicked the downloaded file only to discover that it opened as a text file using my previously selected theme (Espresso Libre). A Google search turned up a discussion about installing the Slate theme in the TextMate/Themes folder. I tried that and it worked. Double clicking is obviously a better paradigm, I&#039;ll try it again.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>When I first attempted to install a theme (Sunburst), I double clicked the downloaded file only to discover that it opened as a text file using my previously selected theme (Espresso Libre). A Google search turned up a discussion about installing the Slate theme in the TextMate/Themes folder. I tried that and it worked. Double clicking is obviously a better paradigm, I&#039;ll try it again.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Allan Odgaard</title>
		<link>http://blog.macromates.com/2005/custom-themes/#comment-573</link>
		<dc:creator>Allan Odgaard</dc:creator>
		<pubDate>Tue, 22 Nov 2005 01:07:26 +0000</pubDate>
		<guid isPermaLink="false">/?p=63#comment-573</guid>
		<description>&lt;p&gt;Or you can double click the theme. This should both install and switch to the newly installed theme.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Or you can double click the theme. This should both install and switch to the newly installed theme.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Eves</title>
		<link>http://blog.macromates.com/2005/custom-themes/#comment-572</link>
		<dc:creator>Frank Eves</dc:creator>
		<pubDate>Mon, 21 Nov 2005 23:32:53 +0000</pubDate>
		<guid isPermaLink="false">/?p=63#comment-572</guid>
		<description>&lt;p&gt;Drop your new themes in ~/Library/Application Suport/TextMate/Themes/&lt;/p&gt;

&lt;p&gt;If the folders TextMate/Themes don&#039;t exist create them.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Drop your new themes in ~/Library/Application Suport/TextMate/Themes/</p>

<p>If the folders TextMate/Themes don&#039;t exist create them.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://blog.macromates.com/2005/custom-themes/#comment-571</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Mon, 21 Nov 2005 14:59:22 +0000</pubDate>
		<guid isPermaLink="false">/?p=63#comment-571</guid>
		<description>&lt;p&gt;How do you install a theme?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>How do you install a theme?</p>]]></content:encoded>
	</item>
</channel>
</rss>

