Click to See Complete Forum and Search --> : colour in console


twen
10-29-2001, 09:44 AM
I have this old (very old) laptop on which I run debian as a spare machine. Is it possible to get a bit of colour without using X, such as having a none black background? and coloured fonts? :rolleyes:

Iassen
10-29-2001, 10:03 AM
Try:

echo -e "\033[31;40;1m HELLO \033[m"

Play around with the numbers to get different colours.

twen
10-29-2001, 11:58 AM
Originally posted by Iassen:
<STRONG>Try:

echo -e "\033[31;40;1m HELLO \033[m"

Play around with the numbers to get different colours.</STRONG>

Thanks try that when I get home
:)

Linuxcool
10-31-2001, 03:58 AM
Check here (http://www.linuxdiscussions.org/howtos/colorbash.htm) and here (http://www.linuxdoc.org/HOWTO/Bash-Prompt-HOWTO/).

twen
11-01-2001, 09:27 AM
thanks you all for the help :) :)