<?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>Calum's Wee GNOME Blog &#187; themes</title>
	<atom:link href="http://blogs.gnome.org/calum/tag/themes/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/calum</link>
	<description>Usability an' that</description>
	<lastBuildDate>Wed, 08 Feb 2012 00:33:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Bothersome themes</title>
		<link>http://blogs.gnome.org/calum/2010/03/10/bothersome-themes/</link>
		<comments>http://blogs.gnome.org/calum/2010/03/10/bothersome-themes/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 12:08:45 +0000</pubDate>
		<dc:creator>calum</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[lazyweb]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/calum/?p=488</guid>
		<description><![CDATA[(Public service announcement: I&#8217;ve always hated themes and still wish they&#8217;d mostly just go away so we could all just concentrate on building and using the same sexy pixel-perfect GNOME look-and-feel. GNOME branding wins, performance wins, some people complain but don&#8217;t they always, yadda yadda. Now, with that out of the way&#8230;) I was having [...]]]></description>
			<content:encoded><![CDATA[<p><em>(Public service announcement: I&#8217;ve always hated themes and still wish they&#8217;d mostly just go away so we could all just concentrate on building and using the same sexy pixel-perfect GNOME look-and-feel. GNOME branding wins, performance wins, some people complain but don&#8217;t they always, yadda yadda. Now, with that out of the way&#8230;)</em></p>
<p>I was having a look at <a href="http://defect.opensolaris.org/bz/show_bug.cgi?id=7968">this OpenSolaris bug report</a> yesterday.  Basic problem: icons from the OpenSolaris Nimbus theme are showing up in some places larger than they ought to.  Apparent cause is that the icon theme doesn&#8217;t provide those particular icons in a small enough size, and the larger versions aren&#8217;t being scaled down as required.  The vinagre toolbar is the example given in the bug report, but I&#8217;ve seen it other places too (e.g. in the Glade toolbar editor).</p>
<div class="wp-caption aligncenter" style="width: 547px"><a href="http://defect.opensolaris.org/bz/show_bug.cgi?id=7968"><img alt="Wrongly sized icon in Vinagre toolbar" src="https://dl.dropbox.com/u/1802478/gnome/vinagre-nimbus-icon-problem.png" title="Wrongly sized icon in Vinagre toolbar" width="537" height="88" /></a><p class="wp-caption-text">Wrongly sized icon in Vinagre toolbar</p></div>
<div class="wp-caption aligncenter" style="width: 361px"><a href="https://dl.dropbox.com/u/1802478/gnome/glade-nimbus-icon-problem.png"><img alt="Wrongly sized icons in Glade toolbar editor" src="https://dl.dropbox.com/u/1802478/gnome/glade-nimbus-icon-problem.png" title="Wrongly sized icons in Glade toolbar editor" width="351" height="331" /></a><p class="wp-caption-text">Wrongly sized icons in Glade toolbar editor</p></div>
<p>Having a look at the index.theme file for Nimbus, I saw that all the icon folders were marked as &#8220;Type=Fixed&#8221;, and assumed that was the problem.  However, I spent a couple of hours trying every combination of &#8220;Type=Scalable&#8221;, &#8220;Type=Threshold&#8221; and Threshold=[some-big-number]&#8220;, and &#8220;MinSize=[some-small-number]&#8221; that I could think of, and nothing changed.  (I regenerated the icon cache after each change, and also tried without any icon cache at all.)</p>
<p>Just what should an index.theme file look like to ensure that (say) the 48&#215;48 icons will always be scaled down to (say) 24&#215;24 when required?  Nimbus also has its own engine, could a bug there cause this problem?  Or a bug in the gtk+ widgets/applications where we&#8217;re seeing the issue?</p>
<p>EDIT: Further to Matthias&#8217; comment, Type=Scalable is working fine now.  Not sure what I was doing wron yesterday&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/calum/2010/03/10/bothersome-themes/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Red cheese</title>
		<link>http://blogs.gnome.org/calum/2008/04/23/red-cheese/</link>
		<comments>http://blogs.gnome.org/calum/2008/04/23/red-cheese/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 11:52:21 +0000</pubDate>
		<dc:creator>calum</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[cheese]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/calum/2008/04/23/red-cheese/</guid>
		<description><![CDATA[Daniel, I suppose the first question is &#8220;why does it need to be red?&#8221; Anything that animates is going to catch the user&#8217;s attention anyway, so I don&#8217;t see any great harm in keying the background to the theme. That said, since gtk+ 2.10, haven&#8217;t themes been able to support additional named colours, to highlight [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://home.cs.tum.edu/~siegel/news/2008_04_22-dear_lazyweb">Daniel</a>, I suppose the first question is &#8220;why does it need to be red?&#8221;  Anything that animates is going to catch the user&#8217;s attention anyway, so I don&#8217;t see any great harm in keying the background to the theme.</p>
<p>That said, since gtk+ 2.10, haven&#8217;t themes been able to support additional named colours, to highlight things like &#8216;errors&#8217; and &#8216;warnings&#8217; where appropriate?  So shouldn&#8217;t Clearlooks and the other themes be providing these now? Or did we just never decide what the standard list of named colours should be? <img src='http://blogs.gnome.org/calum/wp-content/mu-plugins/tango-smilies/tango/face-uncertain.png' alt=':/' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/calum/2008/04/23/red-cheese/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  blogs.gnome.org/calum/tag/themes/feed/ ) in 1.20346 seconds, on Feb 10th, 2012 at 7:12 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 10th, 2012 at 8:12 pm UTC -->
