<?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>KP Solutions &#187; eclipse</title>
	<atom:link href="http://www.kpsolution.com/blog/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kpsolution.com/blog</link>
	<description>Solutions for Day to Day Technical Problems</description>
	<lastBuildDate>Tue, 24 Aug 2010 02:37:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Enable dark background in Eclipse</title>
		<link>http://www.kpsolution.com/blog/linux/enable-dark-background-in-eclipse/33/</link>
		<comments>http://www.kpsolution.com/blog/linux/enable-dark-background-in-eclipse/33/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 16:26:08 +0000</pubDate>
		<dc:creator>Ketan Patel</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://www.kpsolution.com/blog/?p=33</guid>
		<description><![CDATA[I was looking around to find a good source which would allow me to control the background of the eclipse. I like black background with white text as foreground. Doing so in eclipse is not straightforward. My System setup is: &#8230; <a href="http://www.kpsolution.com/blog/linux/enable-dark-background-in-eclipse/33/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was looking around to find a good source which would allow me to control the background of the eclipse. I like black background with white text as foreground. Doing so in eclipse is not straightforward.</p>
<p>My System setup is:</p>
<blockquote>
<ul>
<li>Ubuntu 8.10</li>
<li>Eclipse Ganymede (3.4) with CDT</li>
</ul>
</blockquote>
<p>Follow the steps to get black background with white foreground for source code editing part of eclipse.</p>
<ol>
<li>Select Window -&gt; Preferences -&gt; C/C++ (language editor you need to change for) -&gt; Editor. In the Appearance color options change the following
<ul>
<li>Matching brackets highlight (Color #FFA500)</li>
<li>Inactive code highlight (Color #302E2E)</li>
<li>Completion Proposal background (Color #000000)</li>
<li>Completion Proposal foreground (Color #FFFFFF)</li>
<li>Parameter Hint Background (Color #000000)</li>
<li>Parameter Hint Foreground (Color #FFFFFF)</li>
<li>Source Hover Background (Color #F5F5B5)</li>
</ul>
</li>
<li>Select Window -&gt; Preferences -&gt; C/C++ (language editor you need to change for) -&gt; Editor -&gt; Syntax Coloring
<ul>
<li>In the Code, change all the ones with black color to white and vice versa and leave the rest as they are.</li>
</ul>
</li>
</ol>
<p>This will give you the colors you want. I know its tedious but that&#8217;s the only way to do it at present.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kpsolution.com/blog/linux/enable-dark-background-in-eclipse/33/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
