<?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>Musings&#60;Biefeld&#62; &#187; Firefox</title>
	<atom:link href="http://sbiefeld.com/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://sbiefeld.com</link>
	<description>- curiosities of development, life, the universe and everything -</description>
	<lastBuildDate>Thu, 17 Nov 2011 04:01:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Updated MonoChrome Firefox theme</title>
		<link>http://sbiefeld.com/2009/05/updated-monochrome-firefox-theme/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=updated-monochrome-firefox-theme</link>
		<comments>http://sbiefeld.com/2009/05/updated-monochrome-firefox-theme/#comments</comments>
		<pubDate>Wed, 13 May 2009 04:16:38 +0000</pubDate>
		<dc:creator>Sean Biefeld</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[MonoChrome]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://sbiefeld.com/?p=274</guid>
		<description><![CDATA[Hey just wanted to let everyone know that I updated my Firefox theme, MonoChrome, for version 3.5b4pre.You can grab it from the link below: https://addons.mozilla.org/en-US/firefox/addon/8791 Screen shot: If you would like to contribute or grab the source, it is hosted on google code: http://code.google.com/p/monochrometheme]]></description>
			<content:encoded><![CDATA[<p><br/>
<p>Hey just wanted to let everyone know that I updated my Firefox theme, MonoChrome, for version 3.5b4pre.<br />You can grab it from the link below:</p>
<p><br/></p>
<p><a target="_blank" title="MonoChrome" href="https://addons.mozilla.org/en-US/firefox/addon/8791">https://addons.mozilla.org/en-US/firefox/addon/8791</a></p>
<p><br/></p>
<p>Screen shot:</p>
<p><br/></p>
<p><img src="http://www.lostechies.com/cfs-filesystemfile.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.37/monochromeBrowserAll.png" /></p>
<p>If you would like to contribute or grab the source, it is hosted on google code:</p>
<p><a target="_blank" title="monochrome theme" href="http://code.google.com/p/monochrometheme">http://code.google.com/p/monochrometheme</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sbiefeld.com/2009/05/updated-monochrome-firefox-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MonoChrome: A Firefox theme</title>
		<link>http://sbiefeld.com/2008/09/monochrome-a-firefox-theme/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=monochrome-a-firefox-theme</link>
		<comments>http://sbiefeld.com/2008/09/monochrome-a-firefox-theme/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 05:29:29 +0000</pubDate>
		<dc:creator>Sean Biefeld</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firefox theme]]></category>
		<category><![CDATA[MonoChrome]]></category>

		<guid isPermaLink="false">http://sbiefeld.com/?p=14</guid>
		<description><![CDATA[I just started working on a new Firefox theme, it is actually just a modification of the existing one.&#160; I went through and de-saturated all of the icons in the default Firefox 3 theme.&#160; I have plans to eventually create my own icons and provide monochromed icons for some of the popular extensions. &#160; Here [...]]]></description>
			<content:encoded><![CDATA[<p>I just started working on a new Firefox theme, it is actually just a modification of the existing one.&#160; I went through and de-saturated all of the icons in the default Firefox 3 theme.&#160; I have plans to eventually create my own icons and provide monochromed icons for some of the popular extensions.</p>
<p>&#160;</p>
<p>Here are some screen shots:<br />
  <br /><img src="http://sbiefeld.com/Stuff/preview.png" /> </p>
<p><a href="http://sbiefeld.com/Stuff/preview2.png" rel="lightbox[14]"><img src="http://sbiefeld.com/Stuff/preview2sm.png" /></a></p>
<p>&#160;</p>
<p>It was all fairly simple to do, but ran into a bit of an issue after uploading it Mozilla’s official add-on page.&#160; A good resource is Mozilla’s own documentation, <a href="http://developer.mozilla.org/En/Creating_a_Skin_for_Firefox">http://developer.mozilla.org/En/Creating_a_Skin_for_Firefox</a>.</p>
<p>Basically all I had to do was grab Firefox’s default theme folder, usually located at FireFox\chrome\classic.jar, then you have to extract the items, it is basically just a zip folder, so you can use 7zip or winrar.</p>
<p>&#160;</p>
<p>Then you’ll want to create a new folder somewhere else with the title of your theme, we’ll use <em>BadAssTheme</em>.&#160; Inside that folder you’ll want a <em>chrome</em> folder, copy the <em>browser</em>, <em>communicator</em>, <em>global</em>, <em>help</em> and <em>mozapps</em> folders from the classic theme into your new <em>chrome</em> folder, also copy the <em>icon.png</em> and <em>preview.png</em> files into your <em>chrome</em> folder.&#160; Create a <em>content.rdf</em> and <em>install.rdf</em>, follow the instructions in Mozilla’s documentation for what needs to be in those files.&#160; Go back up to the <em>BadAssTheme</em> folder, create a <em>chrome.manifest</em> file, and put a copy of the <em>icon.png</em>, <em>preview.png</em>, and <em>install.rdf</em> in here as well.&#160; I’ll get to what goes into the manifest next.</p>
<p>&#160;</p>
<p>Once you have gone through and modified all of the images and css you want its time to package everything up.&#160; The way that seems most commonly used is to have an xpi in the chrome folder and then a jar for what is in the root level.&#160; So zip everything up in the <em>chrome</em> folder, rename the file from <em>chrome.zip</em> to <em>chrome.xpi</em>.&#160; Inside of the chrome.manifest you need to specify where the skin files are located inside of the xpi, for example:</p>
<p>&#160;</p>
<p><em>skin browser BasAssTheme jar:chrome/chrome.xpi!/browser/ </em></p>
<p><em>skin communicator BasAssTheme jar:chrome/chrome.xpi!/communicator/</em></p>
<p><em>skin global BasAssTheme jar:chrome/chrome.xpi!/global/</em></p>
<p><em>skin mozapps BasAssTheme jar:chrome/chrome.xpi!/mozapps/</em></p>
<p><em>skin help BasAssTheme jar:chrome/chrome.xpi!/help/</em></p>
<p>&#160;</p>
<p>So now you should only have the xpi container in the chrome folder and a <em>manifest</em>, <em>icon.png</em>, <em>preview.png</em>, <em>install.rdp</em> in the <em>BadAssTheme</em> folder.&#160; Now zip everything in the BadAssTheme folder into a BadAssTheme.zip and rename to BadAssTheme.jar.&#160; You should be good to go now.</p>
<p>&#160;</p>
<p>The issue I ran into with Mozilla’s theme website is that the download works on one of my computers but doesn’t on my other.&#160; The error I am getting is:</p>
<p>&#160;</p>
<p>Firefox could not install the file at<br />
  <br /><a href="https://addons.mozilla.org/en-US/firefox/downloads/file/37146/monochrome-0.4-fx.jar">https://addons.mozilla.org/en-US/firefox/downloads/file/37146/monochrome-0.4-fx.jar</a> </p>
<p>because: Invalid file hash (possible download corruption) </p>
<p>-261</p>
</p>
</p>
<p>&#160;</p>
<p>I am not sure if this is actually a bug in Firefox or with Mozilla’s hosting, because it work on one PC and not the other, they both have the same version of Firefox installed.&#160; Have not been able to find anything helpful through google.&#160; It does install properly if you download it manually and drag and drop it onto Firefox’s add-on manager, so who knows.</p>
<p>&#160;</p>
<p>Source: <a href="http://code.google.com/p/monochrometheme">http://code.google.com/p/monochrometheme</a></p>
<p>&#160;</p>
<p>Theme: <a title="https://addons.mozilla.org/en-US/firefox/addon/8791" href="https://addons.mozilla.org/en-US/firefox/addon/8791">https://addons.mozilla.org/en-US/firefox/addon/8791</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sbiefeld.com/2008/09/monochrome-a-firefox-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

