= Nicer colours for rxvt = Colours stolen from Linux Console in gnome-terminal. You just jam this in `~/.Xdefaults` {{{ URxvt*foreground: #aaaaaa URxvt*background: #000000 ! Normal ! color0 black ! color1 red ! color2 green ! color3 yellow ! color4 blue ! color5 purple ! color6 cyan ! color7 white URxvt*color0: #000000 URxvt*color1: #aa0000 URxvt*color2: #00aa00 URxvt*color3: #aa5500 URxvt*color4: #0000aa URxvt*color5: #aa00aa URxvt*color6: #00aaaa URxvt*color7: #aaaaaa ! Light ! color8 black ! color9 red ! color10 green ! color11 yellow ! color12 blue ! color13 purple ! color14 cyan ! color15 white URxvt*color8: #555555 URxvt*color9: #ff5555 URxvt*color10: #55ff55 URxvt*color11: #ffff55 URxvt*color12: #5555ff URxvt*color13: #ff55ff URxvt*color14: #55ffff URxvt*color15: #ffffff URxvt*scrollBar: false URxvt*cursorBlink: true }}}