vote up 1 vote down star

When I use "[\e[34m]sometext" i get sometext in blue, but can I specify the shade of blue somewhere?

flag

77% accept rate

2 Answers

vote up 1 vote down check

You're using an ANSI escape sequence, which has very limited color options. I use an .Xdefaults file (explained in this tutorial). These options won't make your shell prompt all colorful, but is used by editors such as vim.

Be aware that .Xdefaults can be picky about UNIX (CR) vs Windows (CRLF) line endings. Use d2u or u2d to switch line endings as necessary.

link|flag
vote up 3 vote down

If your rxvt has 256 colors enabled, you can use extended color codes (e.g. "^[[38;5;36m"). Try this script to test if your terminal has 256 colors enabled. Probably you need to patch/recompile it or download another version. I recommend this tutorial.

link|flag
Sweet +1 for that – jim Oct 16 '08 at 19:51

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.