<?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>Talk Binary &#187; gvimrc</title>
	<atom:link href="http://talkbinary.com/tag/gvimrc/feed/" rel="self" type="application/rss+xml" />
	<link>http://talkbinary.com</link>
	<description>Programming Resources, Technology, Computers</description>
	<lastBuildDate>Wed, 15 Feb 2012 16:01:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to set the Color Scheme in vim</title>
		<link>http://talkbinary.com/linux/how-to-set-the-color-scheme-in-vim/</link>
		<comments>http://talkbinary.com/linux/how-to-set-the-color-scheme-in-vim/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 05:30:11 +0000</pubDate>
		<dc:creator>Diego</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[colorscheme]]></category>
		<category><![CDATA[gvim]]></category>
		<category><![CDATA[gvimrc]]></category>
		<category><![CDATA[setting colorscheme]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://talkbinary.com/?p=2132</guid>
		<description><![CDATA[I&#8217;ve been using vim (or better yet, gvim) for the better part of my undergraduate programming career and for quite some time I struggled on figuring out how to set the default color scheme for gvim under Ubuntu. Well, now that I figured it out, I wanted to share it with you. Setting the default<a class="moretag" href="http://talkbinary.com/linux/how-to-set-the-color-scheme-in-vim/">&#160;&#160;Full Article&#8230;</a>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using <a href="http://www.vim.org/">vim</a> (or better yet, gvim) for the better part of my undergraduate programming career and for quite some time I struggled on figuring out how to set the default color scheme for gvim under Ubuntu. Well, now that I figured it out, I wanted to share it with you.</p>
<h3 id="section-1">Setting the default Color Scheme in vim (gvim)</h3>
<hr />
To set your colorscheme in gvim to a theme of your choice, simply edit the file named .gvimrc. It can be opened using the following in your terminal. If it doesn&#8217;t exist, simply create it.<br />
<br/></p>
<pre lang="c++">gvim ~/.gvimrc</pre>
<p><br/></p>
<p>Then after opening the file, add the following lines of code to the file if they don&#8217;t exist yet.</p>
<pre lang="c++">

syntax on
colorscheme slate
</pre>
<p><center><img src="http://talkbinary.com/wp-content/uploads/2010/02/gvimslateevening.jpg" alt="" title="gvimslateevening" width="500" height="224" class="size-full wp-image-2133" /><div id="attachment_2133" class="wp-caption aligncenter" style="width: 510px"><p class="wp-caption-text">Slate (left) and Evening(right)</p></div></center></p>
<p><br/><br />
But why Slate you must ask? Its the one mentioned on all the other tutorials. Yes, I know, but it simply rocks. Just check it out and you&#8217;ll understand. If not you can choose from any of these other themes.<br />
<span id="more-2132"></span></p>
<h3 id="section-2">List of vim ColorSchemes</h3>
<hr />
Below is a list of colorschemes that are available in <a href="http://www.vim.org/">vim</a>. Instead of setting your colorscheme to slate as mentioned before, you have the option of trying any of these below as well. </p>
<ul>
<li>blue</li>
<li>darkblue</li>
<li>default</li>
<li>desert</li>
<li>elflord</li>
<li>evening</li>
<li>koehler</li>
<li>morning</li>
<li>murphy</li>
<li>pablo</li>
<li>peachpuff</li>
<li>ron</li>
<li>shine</li>
<li>slate</li>
<li>torte</li>
<li>zellner</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://talkbinary.com/linux/how-to-set-the-color-scheme-in-vim/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: talkbinary.com @ 2012-05-23 21:41:32 -->
