<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Customizing Pidgin Chat Windows</title>
	<atom:link href="http://left.subtree.org/2007/07/06/customizing-pidgin-chat-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://left.subtree.org/2007/07/06/customizing-pidgin-chat-windows/</link>
	<description>A sourceful of secrets</description>
	<lastBuildDate>Tue, 08 Jun 2010 22:31:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Serge Fedotov</title>
		<link>http://left.subtree.org/2007/07/06/customizing-pidgin-chat-windows/#comment-38</link>
		<dc:creator>Serge Fedotov</dc:creator>
		<pubDate>Mon, 01 Jun 2009 22:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://left.subtree.org/2007/07/06/customizing-pidgin-chat-windows/#comment-38</guid>
		<description>El Topo:
&lt;code&gt;
# Enable bind keystrokes to menu items
gtk-can-change-accels = 1

# Path to backgrounds
pixmap_path &quot;~/.purple&quot;

# roster style
style &quot;my-blist&quot; {
   bg_pixmap[NORMAL] = &quot;bg-themes/imetal.jpg&quot;
   text[NORMAL] = &quot;#000000&quot;
   text[SELECTED] = &quot;#000000&quot;
   bg[NORMAL] = &quot;#bdbdbd&quot;
   bg[SELECTED] = &quot;#cccccc&quot;
   base[NORMAL] = &quot;#bdbdbd&quot;
   base[SELECTED] = &quot;#cccccc&quot;
}

# chat window styles
style &quot;my-chat&quot; {
   text[NORMAL] = &quot;#FFFFFF&quot;
   base[NORMAL] = &quot;#000000&quot;
   GtkTreeView::odd_row_color = &quot;&quot;
   GtkTreeView::even_row_color = &quot;&quot;
}

# Activate styles
#  tree views (strong sequence)
widget_class &quot;*TreeView&quot; style &quot;my-chat&quot;
widget &quot;*pidgin_blist_treeview&quot; style &quot;my-blist&quot;
#  chat window and others
widget &quot;*pidgin_conv_entry&quot; style &quot;my-chat&quot;
widget &quot;*pidgin_conv_imhtml&quot; style &quot;my-chat&quot;
widget &quot;*pidgin_notify_imhtml&quot; style &quot;my-chat&quot;
widget &quot;*pidgin_request_imhtml&quot; style &quot;my-chat&quot;
widget &quot;*pidgin_log_imhtml&quot; style &quot;my-chat&quot;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>El Topo:<br />
<code><br />
# Enable bind keystrokes to menu items<br />
gtk-can-change-accels = 1</p>
<p># Path to backgrounds<br />
pixmap_path "~/.purple"</p>
<p># roster style<br />
style "my-blist" {<br />
   bg_pixmap[NORMAL] = "bg-themes/imetal.jpg"<br />
   text[NORMAL] = "#000000"<br />
   text[SELECTED] = "#000000"<br />
   bg[NORMAL] = "#bdbdbd"<br />
   bg[SELECTED] = "#cccccc"<br />
   base[NORMAL] = "#bdbdbd"<br />
   base[SELECTED] = "#cccccc"<br />
}</p>
<p># chat window styles<br />
style "my-chat" {<br />
   text[NORMAL] = "#FFFFFF"<br />
   base[NORMAL] = "#000000"<br />
   GtkTreeView::odd_row_color = ""<br />
   GtkTreeView::even_row_color = ""<br />
}</p>
<p># Activate styles<br />
#  tree views (strong sequence)<br />
widget_class "*TreeView" style "my-chat"<br />
widget "*pidgin_blist_treeview" style "my-blist"<br />
#  chat window and others<br />
widget "*pidgin_conv_entry" style "my-chat"<br />
widget "*pidgin_conv_imhtml" style "my-chat"<br />
widget "*pidgin_notify_imhtml" style "my-chat"<br />
widget "*pidgin_request_imhtml" style "my-chat"<br />
widget "*pidgin_log_imhtml" style "my-chat"<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caro_cr</title>
		<link>http://left.subtree.org/2007/07/06/customizing-pidgin-chat-windows/#comment-37</link>
		<dc:creator>Caro_cr</dc:creator>
		<pubDate>Sun, 15 Mar 2009 21:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://left.subtree.org/2007/07/06/customizing-pidgin-chat-windows/#comment-37</guid>
		<description>I wonder... This works for a single window? I&#039;m looking for something to make sure I don&#039;t confuse chat windows so I don&#039;t mix conversations.</description>
		<content:encoded><![CDATA[<p>I wonder&#8230; This works for a single window? I&#8217;m looking for something to make sure I don&#8217;t confuse chat windows so I don&#8217;t mix conversations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://left.subtree.org/2007/07/06/customizing-pidgin-chat-windows/#comment-36</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 11 Apr 2008 12:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://left.subtree.org/2007/07/06/customizing-pidgin-chat-windows/#comment-36</guid>
		<description>El Topo: copy the last line, and change &quot;*pidgin_conv_entry&quot; to &quot;*list*&quot;

the list on the left should be affected now -- works for the buddy list at least (:</description>
		<content:encoded><![CDATA[<p>El Topo: copy the last line, and change &#8220;*pidgin_conv_entry&#8221; to &#8220;*list*&#8221;</p>
<p>the list on the left should be affected now &#8212; works for the buddy list at least (:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: El Topo</title>
		<link>http://left.subtree.org/2007/07/06/customizing-pidgin-chat-windows/#comment-35</link>
		<dc:creator>El Topo</dc:creator>
		<pubDate>Thu, 11 Oct 2007 20:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://left.subtree.org/2007/07/06/customizing-pidgin-chat-windows/#comment-35</guid>
		<description>Great tip, but I wonder how I make the same modification to the right userlist window in irc chat?</description>
		<content:encoded><![CDATA[<p>Great tip, but I wonder how I make the same modification to the right userlist window in irc chat?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
