<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.xfce.org/extern.php?action=feed&amp;tid=7185&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / [Solved] how to set tooltips colors ?]]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=7185</link>
		<description><![CDATA[The most recent posts in [Solved] how to set tooltips colors ?.]]></description>
		<lastBuildDate>Wed, 06 Jun 2012 02:14:18 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] how to set tooltips colors ?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26553#p26553</link>
			<description><![CDATA[<div class="quotebox"><cite>secipolla wrote:</cite><blockquote><div><p>Use stylish (or maybe greasemonkey) for Firefox and add a custom style.<br />At <a href="http://forum.userstyles.org/discussion/27699/firefox-5.0-tooltips-completely-recentengle-answered/p1" rel="nofollow">http://forum.userstyles.org/discussion/ … nswered/p1</a> they&#039;re discussing how to make them completely square but you can make out how to make&#039;em rounded (or ask there too).</p></div></blockquote></div><p>I use Stylish (for Firefox and Chrome) quite a lot for things that I feel <em>cannot</em> be achieved by tweaking the system theme or for selectively changing somethings. Using Stylish isn&#039;t possible for LibreOffice.<br />In any case, I may just go back to the sharp corners.</p>]]></description>
			<author><![CDATA[dummy@example.com (vasa1)]]></author>
			<pubDate>Wed, 06 Jun 2012 02:14:18 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26553#p26553</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] how to set tooltips colors ?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26551#p26551</link>
			<description><![CDATA[<p>Use stylish (or maybe greasemonkey) for Firefox and add a custom style.<br />At <a href="http://forum.userstyles.org/discussion/27699/firefox-5.0-tooltips-completely-recentengle-answered/p1" rel="nofollow">http://forum.userstyles.org/discussion/ … nswered/p1</a> they&#039;re discussing how to make them completely square but you can make out how to make&#039;em rounded (or ask there too).</p>]]></description>
			<author><![CDATA[dummy@example.com (secipolla)]]></author>
			<pubDate>Tue, 05 Jun 2012 20:10:32 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26551#p26551</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] how to set tooltips colors ?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26500#p26500</link>
			<description><![CDATA[<p>Yes, there is no problem in deleting the line relating to <em>trough_shades</em>. My scrollbars are back to how I want them. If you can figure out how to get the corners curved for the other tooltips, do post your solution and I&#039;ll try it out. Meanwhile, thank you for what you provided already <img src="http://forum.xfce.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (vasa1)]]></author>
			<pubDate>Sat, 02 Jun 2012 14:42:19 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26500#p26500</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] how to set tooltips colors ?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26499#p26499</link>
			<description><![CDATA[<p>Thanks, ToZ!</p><p>I won&#039;t try the transparency part since that involves additional steps and may just end up making things &quot;heavier&quot;, but I did copy/paste your code into my ~/.gtkrc-2.0. The results are mixed.</p><p>I do get slightly rounded corners on certain tool tips like when I hover over icons that are part of the &quot;chrome&quot; of the browser (Chrome, Firefox and Midori) and on icons and tabs in Xfce panels and on icons on the desktop. I also get them when using gcolor2. So that part is just perfect.</p><p>The corners are still sharp on the tooltips that appear on some forum pages <span class="bbs">with the browsers mentioned above</span> and when hovering on icons in LibreOffice.</p><p>I also notice that my scrollbars are affected in the browser and in LibreOffice. The trough in which the thumb is located is now darker. I&#039;ll try deleting &quot;trough_shades&#160; &#160; = { 0.15, 0.3 }&quot; to see if I can get back the original background.</p><p>Edit: Actually, of the browsers I have, both Chrome and Midori <strong>do show</strong> the rounded corners on forum pages whereas Firefox and Seamonkey don&#039;t. Webkit versus gecko? ???</p>]]></description>
			<author><![CDATA[dummy@example.com (vasa1)]]></author>
			<pubDate>Sat, 02 Jun 2012 14:36:20 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26499#p26499</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] how to set tooltips colors ?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26496#p26496</link>
			<description><![CDATA[<p>@vasa1, try this code:</p><div class="codebox"><pre><code>style &quot;murrine-default&quot;
{
	GtkWidget		::new-tooltip-style			= 1
	engine &quot;murrine&quot;
	{
		roundness	= 3
		trough_shades	= { 0.15, 0.3 }		
	}
}

style &quot;murrine-tooltips&quot;
{
	bg[NORMAL] = &quot;#FF0000&quot;
	fg[NORMAL] = &quot;#0000FF&quot;
}

class &quot;GtkWidget&quot;    style &quot;murrine-default&quot;
widget &quot;*tooltip*&quot; style &quot;murrine-tooltips&quot;</code></pre></div><p>Note that it requires the murrine engine (gtk2-engines-murrine) to be installed.</p><p>As for transparency, I use the built-in window compositor. With it enabled, the tooltips are transparent.</p>]]></description>
			<author><![CDATA[dummy@example.com (ToZ)]]></author>
			<pubDate>Sat, 02 Jun 2012 13:26:13 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26496#p26496</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] how to set tooltips colors ?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26494#p26494</link>
			<description><![CDATA[<div class="quotebox"><cite>ToZ wrote:</cite><blockquote><div><p>Use the following code snippet:</p><div class="codebox"><pre><code>style &quot;my-tooltips&quot;
{
        bg[NORMAL] = &quot;#FF0000&quot;
	fg[NORMAL] = &quot;#0000FF&quot;
}

widget &quot;*tooltip*&quot; style &quot;my-tooltips&quot;</code></pre></div><p>Change the bg (background) and fg (forground) colour values as required.</p><p>For single user use, add the code to ~/.gtkrc-2.0.<br />For system-wide use, add the code to /etc/gtk-2.0/gtkrc.</p><p>You&#039;ll need to change the theme (appearance) away and back for it to take effect.</p></div></blockquote></div><p>@Toz, is it possible to get somewhat rounded corners and adjust to the transparency of the background of gtk-2.0 tooltips?</p>]]></description>
			<author><![CDATA[dummy@example.com (vasa1)]]></author>
			<pubDate>Sat, 02 Jun 2012 11:14:26 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26494#p26494</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] how to set tooltips colors ?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26489#p26489</link>
			<description><![CDATA[<p>very cool ! thanks a lot ! <img src="http://forum.xfce.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (jens)]]></author>
			<pubDate>Fri, 01 Jun 2012 21:22:31 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26489#p26489</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] how to set tooltips colors ?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26486#p26486</link>
			<description><![CDATA[<p>Use the following code snippet:</p><div class="codebox"><pre><code>style &quot;my-tooltips&quot;
{
        bg[NORMAL] = &quot;#FF0000&quot;
	fg[NORMAL] = &quot;#0000FF&quot;
}

widget &quot;*tooltip*&quot; style &quot;my-tooltips&quot;</code></pre></div><p>Change the bg (background) and fg (forground) colour values as required.</p><p>For single user use, add the code to ~/.gtkrc-2.0.<br />For system-wide use, add the code to /etc/gtk-2.0/gtkrc.</p><p>You&#039;ll need to change the theme (appearance) away and back for it to take effect.</p>]]></description>
			<author><![CDATA[dummy@example.com (ToZ)]]></author>
			<pubDate>Fri, 01 Jun 2012 19:20:21 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26486#p26486</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] how to set tooltips colors ?]]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=26485#p26485</link>
			<description><![CDATA[<p>how and/or where can i set the foreground and background colors of XFCE&#039;s tooltips ?</p>]]></description>
			<author><![CDATA[dummy@example.com (jens)]]></author>
			<pubDate>Fri, 01 Jun 2012 18:54:50 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=26485#p26485</guid>
		</item>
	</channel>
</rss>
