Making Windows Usable - colourisation

Thu 21 August 2008
By stu

Human beings are visual creatures, so in this post I'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't work fully in Vista yet, and you'll need to manually change the icon, navigate to Program Files\iColorFolder\iColorFolder.dll to get access to the folder icons.

Incidentally if you want have a shortcut to a folder, you can use the same workaround to use a coloured icon.

{width="293" height="264"}

Colourise your commandline

Colour ls

It's equally useful to have colour folders when using the commandline, to achieve this you can use msls from utools.

Download it and place it somewhere within the path (I use \usr\bin, which I added to the path earlier).

{: .alignnone .size-full .wp-image-60 width="500" height="338"}

Now, to get colour directories you can type "ls --color".  However it would be better to have that happen all the time.

To set color as the default, set the environment variable LS_OPTIONS to --color:

  1. Press Windows+Pause,
  2. Click through these buttons: Advanced, Environment Variables, New
  3. Set the name as LS_OPTIONS and the variable to --color

Next time you launch the commandline and type ls, it will be in colour.  You can also combine options here, for instance if you want -l to be default as well.

Using 4NT/TCC-LE

{: .alignnone .size-full .wp-image-63 width="500" height="297"}

Another way of getting colour directories is to use 4/NT or TakeCommand-LE (The free cut down version) from JPSoft.  This replaces the whole command shell and has many enhancements that help day-to-day.

Once you've downloaded the shell, if you want to change colours for particular kinds of files, then type option, go to the windows tab, and you can set directory colours.

To set EXE CMD and BAT files to be bright white enter:

EXE,CMD,BAT:15

If you want bright white on blue enter

EXE,CMD,BAT:15,1

Semicolons seperate file types - here I've set executables yellow and documents white:

EXE,CMD,BAT:14;TXT,DOC,PDF:15

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).

{: .alignnone .size-full .wp-image-62 width="500" height="188"}

Note:  These are the default textmode colours, if you change the command prompt colours yours may be different.

Tango in putty

The tango project is a usability project for free software, the colours are very pleasing and have been ported to putty, alternatively the Igvita theme is nice.

The tango port comes with the bitstream vera mono fonts too, so everything should look pretty good once installed.

{: .alignnone .size-full .wp-image-64 width="500" height="448"}

Colourise your browser

If you use firefox you can install ColourfulTabs which makes it easier to find that tab among the crowd (especially useful if like me, you have lots open).

Colourise gmail (sometimes)

This one is a little annoying as it seems to be broken, but I'll include it anyway in case it gets fixed.

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.

Unfortunately this isn't working for me at the moment, so no screenshot... if I knew how to debug greasemonkey scripts I might have a look at fixing this as it's so useful - it seems to choke on certain mail names but I'm not sure what they are.