LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to change font color and font size in terminal ? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-change-font-color-and-font-size-in-terminal-554199/)

wlaw 05-15-2007 08:17 PM

How to change font color and font size in terminal ?
 
I would like to change the color and font size in a terminal.

What can I do ?

Thank you !

bsdunix 05-15-2007 08:40 PM

I enter this in my ~/.Xdefaults file:
Code:

xterm*foreground: white
xterm*background: black
xterm*font: 9x15

You can find examples and resources here:

http://www.google.com/search?hl=en&q=.Xdefaults

wlaw 05-15-2007 08:46 PM

Thank you for your prompt response. But I am running rxvt, is it the same ?

Thank you !

bsdunix 05-15-2007 08:57 PM

According to this http://www.linuxcommand.org/man_pages/rxvt1.html it looks like it's very similar to xterm. Try the settings and see if they work. Trial and error, that's how you also learn.


All times are GMT -5. The time now is 10:28 AM.