<?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>/dev/stu &#187; colour</title>
	<atom:link href="http://www.stuartaxon.com/tag/colour/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stuartaxon.com</link>
	<description>Adding LOC to the web.</description>
	<lastBuildDate>Mon, 09 Jan 2012 18:11:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Making Windows Usable &#8211; colourisation</title>
		<link>http://www.stuartaxon.com/2008/08/21/making-windows-usable-colourisation/</link>
		<comments>http://www.stuartaxon.com/2008/08/21/making-windows-usable-colourisation/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 15:25:10 +0000</pubDate>
		<dc:creator>stu</dc:creator>
				<category><![CDATA[making a really nice work environment in windows]]></category>
		<category><![CDATA[making windows usable]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[colorisation colourisation organisation]]></category>
		<category><![CDATA[colour]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.stuartaxon.com/?p=17</guid>
		<description><![CDATA[Human beings are visual creatures, so in this post I&#8217;ll introduce some ways of making your life easier using colour. Colour Your folders with iColorFolder IColorFolder gives folders a context menu which lets you change the colour.  Unfortunately this doesn&#8217;t work fully in Vista yet, and you&#8217;ll need to manually change the icon, navigate to [...]]]></description>
			<content:encoded><![CDATA[<p>Human beings are visual creatures, so in this post I&#8217;ll introduce some ways of making your life easier using colour.</p>
<h2>Colour Your folders with iColorFolder</h2>
<p><a title="iColorFolder" href="http://icolorfolder.sourceforge.net/">IColorFolder</a> gives folders a context menu which lets you change the colour.  Unfortunately this doesn&#8217;t work fully in Vista yet, and you&#8217;ll need to manually change the icon, navigate to Program Files\iColorFolder\iColorFolder.dll to get access to the folder icons.</p>
<p>Incidentally if you want have a shortcut to a folder, you can use the same workaround to use a coloured icon.</p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/folders.png"><img style="margin-left: 0px; margin-right: 0px;" title="folders" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/folders.png" alt="" width="293" height="264" /></a></p>
<h2>Colourise your commandline</h2>
<h3>Colour ls</h3>
<p>It&#8217;s equally useful to have colour folders when using the commandline, to achieve this you can use <a href="http://utools.com/download_agree.asp?download_id=600">msls</a> from utools.</p>
<p>Download it and place it somewhere within the path (I use \usr\bin, which I <a href="http://www.computerhope.com/issues/ch000549.htm">added to the path</a> earlier).</p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/colourls.png"><img class="alignnone size-full wp-image-60" title="colourls" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/colourls.png" alt="" width="500" height="338" /></a></p>
<p>Now, to get colour directories you can type &#8220;ls &#8211;color&#8221;.  However it would be better to have that happen all the time.</p>
<p>To set color as the default, set the environment variable <strong>LS_OPTIONS</strong> to <strong>&#8211;color</strong>:</p>
<ol>
<li>Press Windows+Pause,</li>
<li>Click through these buttons: Advanced, Environment Variables, New</li>
<li>Set the name as <strong>LS_OPTIONS</strong> and the variable to <strong>&#8211;color</strong></li>
</ol>
<p>Next time you launch the commandline and type <strong>ls</strong>, it will be in colour.  You can also combine options here, for instance if you want <strong>-l</strong> to be default as well.</p>
<h3>Using 4NT/TCC-LE</h3>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/tcc-color-dir.png"><img class="alignnone size-full wp-image-63" title="tcc-color-dir" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/tcc-color-dir.png" alt="" width="500" height="297" /></a></p>
<p>Another way of getting colour directories is to use 4/NT or TakeCommand-LE (The free cut down version) from <a href="http://jpsoft.com">JPSoft</a>.  This replaces the whole command shell and has many enhancements that help day-to-day.</p>
<p>Once you&#8217;ve downloaded the shell, if you want to change colours for particular kinds of files, then type <strong>option</strong>, go to the <strong>windows</strong> tab, and you can set directory colours.</p>
<p>To set EXE CMD and BAT files to be bright white enter:</p>
<p><strong>EXE,CMD,BAT:15</strong></p>
<p>If you want bright white on blue enter</p>
<p><strong>EXE,CMD,BAT:15,1</strong></p>
<p>Semicolons seperate file types &#8211; here I&#8217;ve set executables yellow and documents white:</p>
<p><strong>EXE,CMD,BAT:14;TXT,DOC,PDF:15</strong></p>
<p>The colours are arranged foreground, background and can be any of the ones used below (note background only has 8 colours to choose from, while foreground has 16, the last being the brighter versions).</p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/textmode-colors.png"><img class="alignnone size-full wp-image-62" title="textmode-colors" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/textmode-colors.png" alt="" width="500" height="188" /></a></p>
<p>Note:  These are the default textmode colours, if you change the command prompt colours yours may be different.</p>
<h3>Tango in putty</h3>
<p>The tango project is a usability project for free software, the colours are very pleasing and have been <a href="http://madyogi.wordpress.com/2008/07/31/putty-tango-colors/">ported to putty</a>, alternatively the <a href="http://www.igvita.com/2008/04/14/custom-putty-color-themes/">Igvita theme</a> is nice.</p>
<p>The tango port comes with the bitstream vera mono fonts too, so everything should look pretty good once installed.</p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/putty-tango.png"><img class="alignnone size-full wp-image-64" title="putty-tango" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/putty-tango.png" alt="" width="500" height="448" /></a></p>
<h2>Colourise your browser</h2>
<p>If you use firefox you can install <a href="https://addons.mozilla.org/en-US/firefox/addon/1368">ColourfulTabs</a> which makes it easier to find that tab among the crowd (especially useful if like me, you have lots open).</p>
<h2><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/colourtabs.png"><img style="margin-left: 0px; margin-right: 0px;" title="colourtabs" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/colourtabs-300x264.png" alt="" width="300" height="264" /></a></h2>
<h2>Colourise gmail (sometimes)</h2>
<p>This one is a little annoying as it seems to be broken, but I&#8217;ll include it anyway in case it gets fixed.</p>
<p>If you install greasemonkey and the gmail colouriser, then all your gmail will be coloured by label (for instance I have a label for mailing lists I subscribe to).      When the gmail colouriser is working this works great for finding certain kinds of mail in the long list.</p>
<p>Unfortunately this isn&#8217;t working for me at the moment, so no screenshot&#8230; if I knew how to debug greasemonkey scripts I might have a look at fixing this as it&#8217;s so useful &#8211; it seems to choke on certain mail names but I&#8217;m not sure what they are.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2008/08/21/making-windows-usable-colourisation/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

