<?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>OFF TOPIC! &#187; Gnome</title>
	<atom:link href="http://www.luizxx.com/archives/tag/gnome/feed" rel="self" type="application/rss+xml" />
	<link>http://www.luizxx.com</link>
	<description>Luizxx Expansion Set</description>
	<lastBuildDate>Fri, 16 Jul 2010 04:13:27 +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>Changing Gnome Panel Font Color</title>
		<link>http://www.luizxx.com/archives/504</link>
		<comments>http://www.luizxx.com/archives/504#comments</comments>
		<pubDate>Tue, 21 Jul 2009 11:16:48 +0000</pubDate>
		<dc:creator>Luiz</dc:creator>
				<category><![CDATA[Unix / Linux]]></category>
		<category><![CDATA[Gnome]]></category>

		<guid isPermaLink="false">http://www.luizxx.com/?p=504</guid>
		<description><![CDATA[Sometimes we want to create or change the Gnome panel background color, but when we use a dark or black background is quite dificult to see the fonts at the main menu and clock for example. To solve this problem, we can simple change the panel font colors directly editing the .gtkrc-2.0 file in our [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes we want to create or change the Gnome panel background color, but when we use a dark or black background is quite dificult to see the fonts at the main menu and clock for example. To solve this problem, we can simple change the panel font colors directly editing the .gtkrc-2.0 file in our home directory:</p>
<blockquote><p>luizxx@Revy ~ $ vi .gtkrc-2.0</p></blockquote>
<p>Then add the following lines to your file:</p>
<blockquote><p>
style &#8220;modpanel&#8221;<br />
{<br />
fg[NORMAL] = &#8220;#FFFFFF&#8221;<br />
}<br />
widget &#8220;*PanelWidget*&#8221; style &#8220;modpanel&#8221;<br />
widget &#8220;*PanelApplet*&#8221; style &#8220;modpanel&#8221;<br />
widget &#8220;*fast-user-switch-applet*&#8221; style &#8220;modpanel&#8221;</p></blockquote>
<p>Now you can logout and logon to activate the changes, or you can simply reload the panel with:</p>
<blockquote><p>luizxx@Revy ~ $ killall gnome-panel</p></blockquote>
<p>Note that you can change the <em>fg[NORMAL]</em> value to any color you want to use, from #000000 to #FFFFFF.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luizxx.com/archives/504/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
