Amiga.org
Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: MrZammler on July 25, 2003, 08:38:45 AM
-
Could anyone out there tell me how I can change the colours on my Shell?
I'd like a black bg, and white for text. ;-)
I cant seem to find the way it was done (through some escape chars) anymore.
Thanks.
-
Echo "*e[32;41;>1m"
3x is text colour
4x is background of text
>x is background of window
x is pen number from palette.
Bye,
Thomas
-
If you put those codes into your prompt string, it'll enforce them even if programs reset the colours with a "0m" command. Example:
prompt "*e[32;41;>1m<-- Your normal prompt here -->"
Obviously replace "<-- Your normal prompt here -->" with your preferred prompt format.
-
Ok, thanks guys ;-)