amiga.org
     
iconAll times are GMT -6. The time now is 08:51 PM. | Welcome to Forum, please register to access all of our features.

» Amiga.org » Amiga computer related discussion » Amiga Software Issues and Discussion » Change background colour in Shell/Cli and in file lister windows

Amiga Software Issues and Discussion This forum exists for the discussion of the use, issues with, and fun brought about by classic and next generation Amiga software.

Reply
 
Thread Tools Display Modes
Old 06-12-2006, 01:47 PM   #1
AMIGAZ
Defender of the Faith
Points: 12,642, Level: 73 Points: 12,642, Level: 73 Points: 12,642, Level: 73
Activity: 2% Activity: 2% Activity: 2%
 
AMIGAZ's Avatar
 
Join Date: Feb 2004
Location: Stockholm, Sweden
Posts: 1,940
Send a message via ICQ to AMIGAZ
Default Change background colour in Shell/Cli and in file lister windows

I would like to change the dull/boring grey background colour in Shell/Cli and in the standard file lister windows in OS3.9..I know I can change the colour in shell with Shell-startup but don't know the parameters..would like white or cream colour :-P same in the file windows (when files are shown as names not icons)
AMIGAZ is offline   Reply With Quote
Old 06-12-2006, 02:59 PM   #2
oddmario
Too much caffeine
Points: 5,234, Level: 46 Points: 5,234, Level: 46 Points: 5,234, Level: 46
Activity: 1% Activity: 1% Activity: 1%
 
oddmario's Avatar
 
Join Date: Jan 2006
Posts: 92
Send a message via MSN to oddmario
Default Re: Change background colour in Shell/Cli and in file lister windows

Try VINCEed.
Don't use it myself at the moment, but after an article in AmigaActive i tried it.
Worth a try.
oddmario is offline   Reply With Quote
Old 06-14-2006, 02:00 PM   #3
blobrana
Energizer Bunny of Babble
Points: 16,995, Level: 83 Points: 16,995, Level: 83 Points: 16,995, Level: 83
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Mar 2002
Posts: 4,743
Default Re: Change background colour in Shell/Cli and in file lister windows

Hum,
Amiga OS3.9 comes with ViNCEEd, although it isn`t the default shell in AmiDock. To launch ViNCEd drag the `ShellAmiDock. You can configure the tooltypes to set the position, size and various other options. On the actual window, at the top, a `settings` button can be accessed. This will open the SetVNC GUI where a whole host of other options can be set.
Other changes can be made, by editing the `shell-startup` file, found in the S: drawer. Information is available on using different ANSI colouring codes in the ViNCEd guide (press HELP button). Try this example out. you need to first customise the ViNCED window by un-ticking the `ANSI colours by default` and ticking `inverse ANSI colouring`. Then edit the shell-startup;


delete the Prompt "%N.%S>" line ,and add;
Prompt "*E[36m%N*E[33m.*E[33m%S*E[37m> *E[31m"
Echo " "
Echo "*E[31Hum."
Echo "*E[32m-----------------------------------"

Save the modified file and reopen the shell window...

Another more complex example:

echo "*e[>1m*e[31;41m*e[0;0H*e[J"
prompt "*n*e[>1m*e[33;41m*e[1m%N/%R.*e[30;41m%S>*e[0m*e[31;41m "
alias CLS "echo *"*E[0;0H*E[J*""
echo "AmigaOS $OS. Workbench $Workbench, Kickstart $Kickstart*n"
date
echo "*nMemory*n"
avail


( X is a number from 0-7 that correspond to the first eight palette colours).
Try different numbers:
*e[>Xm - sets the console background colour to X
*e[3Xm - sets the text colour to X
*e[4Xm - sets the text background colour to X
"*e[32;41m", which sets the text/text background colours at the same time.
( numbers 0-3 e are grey, black, white and light blue ).

prompt "*n*e[>1m*e[3X;41m*e[1m%N/%R.*e[30;41m%S>*e[0m*e[32;41m "

__________________

http://www.amiga.org/themes/Amiga.or...ange_arrow.gif[size=x-small]For Astronomy News[/size]
blobrana is offline   Reply With Quote
Reply

Bookmarks

Tags
background , change , colour , file , lister , shell or cli , windows

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to change background or weblink colours in YAM2.4? dvvrue95 Amiga Software Issues and Discussion 1 02-20-2009 10:18 AM
change background color in c-programming jonssonj Amiga OS -- Development 2 02-22-2006 03:31 AM
Birdie/VisualPrefs problem: background colour and inactive windows mr_a500 Amiga Software Issues and Discussion 4 10-23-2005 04:15 PM
KCON: newshell - possible to change cli background color? virgola Amiga Software Issues and Discussion 14 01-18-2004 06:42 AM
Shell colour scheme Vincent Amiga Software Issues and Discussion 5 03-27-2003 06:26 PM