LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Aterm Text Colour (https://www.linuxquestions.org/questions/linux-software-2/aterm-text-colour-76587/)

cclavey 07-28-2003 09:07 AM

Aterm Text Colour
 
Does anyone know how (or if I can) change the colour of the text in aterm? Right now, this is my string:

Code:

aterm  -tr -trsb -fg black -bg red
I just want to make the text white, I have a dark wallpaper...

lfur 07-28-2003 09:21 AM

oops

lfur 07-28-2003 09:22 AM

Change the -fg option to white.

aterm -bg black -fg white

will result in black background and white fonts.

cclavey 07-28-2003 09:25 AM

Nice....it feels *so* good to finally get back to window maker...

Corin 07-28-2003 10:33 AM

Do not forget that you can set your Aterm resources in
an applications default file.


!+---------------------------------------------------------------------------+!
!| Aterm defaults |!
!+---------------------------------------------------------------------------+!

Aterm.geometry: 80x25+0+157

Aterm.loginShell: false
Aterm.utmpInhibit: true

Aterm.transparent: true
Aterm.transpscrollbar: true

!+:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::+!
!| color settings |!
!+:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::+!

Aterm.foreground: #ffffff
Aterm.background: #000000

etc etc

cclavey 07-28-2003 10:43 AM

Oh, thanks, I didn't know that!


All times are GMT -5. The time now is 04:35 AM.