<?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: Vim: Setting the colorscheme Doesn&#8217;t Work</title>
	<atom:link href="http://muffinresearch.co.uk/archives/2009/04/28/setting-the-colorscheme-doesnt-work-in-vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://muffinresearch.co.uk/archives/2009/04/28/setting-the-colorscheme-doesnt-work-in-vim/</link>
	<description>the personal blog of Stuart Colville covering modern web development techniques and best practices</description>
	<lastBuildDate>Thu, 09 Feb 2012 02:58:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Stuart Colville</title>
		<link>http://muffinresearch.co.uk/archives/2009/04/28/setting-the-colorscheme-doesnt-work-in-vim/comment-page-1/#comment-65063</link>
		<dc:creator>Stuart Colville</dc:creator>
		<pubDate>Thu, 07 May 2009 08:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=581#comment-65063</guid>
		<description>If you&#039;re finding you don&#039;t have xterm-256color on your machine I found that installation of the ncurses-term package provided it on Hardy for example.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re finding you don&#8217;t have xterm-256color on your machine I found that installation of the ncurses-term package provided it on Hardy for example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Klo</title>
		<link>http://muffinresearch.co.uk/archives/2009/04/28/setting-the-colorscheme-doesnt-work-in-vim/comment-page-1/#comment-65047</link>
		<dc:creator>Jim Klo</dc:creator>
		<pubDate>Thu, 30 Apr 2009 02:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=581#comment-65047</guid>
		<description>Actually, Bradley - gvim is just vim with gui extensions compiled in ... the gui_running flag is honored AFAIK for all versions of VIM regardless</description>
		<content:encoded><![CDATA[<p>Actually, Bradley &#8211; gvim is just vim with gui extensions compiled in &#8230; the gui_running flag is honored AFAIK for all versions of VIM regardless</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bradley Wright</title>
		<link>http://muffinresearch.co.uk/archives/2009/04/28/setting-the-colorscheme-doesnt-work-in-vim/comment-page-1/#comment-65046</link>
		<dc:creator>Bradley Wright</dc:creator>
		<pubDate>Wed, 29 Apr 2009 13:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=581#comment-65046</guid>
		<description>To be clear, &quot;gui_running&quot; is set by GVim, so that clause will never be true in the CLI version.</description>
		<content:encoded><![CDATA[<p>To be clear, &#8220;gui_running&#8221; is set by GVim, so that clause will never be true in the CLI version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Colville</title>
		<link>http://muffinresearch.co.uk/archives/2009/04/28/setting-the-colorscheme-doesnt-work-in-vim/comment-page-1/#comment-65045</link>
		<dc:creator>Stuart Colville</dc:creator>
		<pubDate>Wed, 29 Apr 2009 11:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=581#comment-65045</guid>
		<description>@Bradley Wright: nice tip</description>
		<content:encoded><![CDATA[<p>@Bradley Wright: nice tip</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bradley Wright</title>
		<link>http://muffinresearch.co.uk/archives/2009/04/28/setting-the-colorscheme-doesnt-work-in-vim/comment-page-1/#comment-65044</link>
		<dc:creator>Bradley Wright</dc:creator>
		<pubDate>Wed, 29 Apr 2009 11:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=581#comment-65044</guid>
		<description>You can also fork the display logic in your &lt;code&gt;.vimrc&lt;/code&gt; like so:

&lt;code&gt;if has(&#039;gui_running&#039;)&lt;/code&gt;
&lt;code&gt;    colorscheme ir_black&lt;/code&gt;
&lt;code&gt;else&lt;/code&gt;
&lt;code&gt;    colorscheme desert&lt;/code&gt;
&lt;code&gt;end&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You can also fork the display logic in your <code>.vimrc</code> like so:</p>
<p><code>if has('gui_running')</code><br />
<code>    colorscheme ir_black</code><br />
<code>else</code><br />
<code>    colorscheme desert</code><br />
<code>end</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

