You are not logged in.

#1 2011-01-27 04:12:43

wahi
Member
From: Kanpur India
Registered: 2009-02-02
Posts: 19
Website

term colors

i get eye strain looking at the black term with white letters. it severly limits the amount of time i can stay there. changing the text color was of no avail because the rest of the screen remains unaffected.

is there a way that i could somehow get the background to be white with black text on it like a textbox? i did google this a couple of times but i could find no relevant results. are other people comfortable working in the dark?

tia


...he has no ambition and no energy. He will not even go out of his way to verify his own solutions, and would rather be considered wrong than take the trouble to prove himself right. Again and again I have taken a problem to him, and have received an explanation which has afterwards proved to be the correct one. And yet he was absolutely incapable of working out the practical points...

Offline

#2 2011-01-27 04:17:40

Anikom15
Banned
From: United States
Registered: 2009-04-30
Posts: 836
Website

Re: term colors

Working in the dark is fine for me. Perhaps you need more ambient lighting.

I don't think you can change the virtual tty's background colors, but maybe.

Last edited by Anikom15 (2011-01-27 04:19:00)


Personally, I'd rather be back in Hobbiton.

Offline

#3 2011-01-27 04:21:53

d2ogch3n
Member
Registered: 2010-01-20
Posts: 42

Re: term colors

If you're talking about xterm etc. Create a file in your $HOME named .Xdefaults and add these two lines

*background:   #ffffff
*foreground:    #000000

Offline

#4 2011-01-27 04:27:37

wahi
Member
From: Kanpur India
Registered: 2009-02-02
Posts: 19
Website

Re: term colors

my lighting is very poorly designed. but its a hostel room so there isn't much i can do about it.


...he has no ambition and no energy. He will not even go out of his way to verify his own solutions, and would rather be considered wrong than take the trouble to prove himself right. Again and again I have taken a problem to him, and have received an explanation which has afterwards proved to be the correct one. And yet he was absolutely incapable of working out the practical points...

Offline

#5 2011-01-27 04:28:48

wahi
Member
From: Kanpur India
Registered: 2009-02-02
Posts: 19
Website

Re: term colors

d2ogch3n wrote:

If you're talking about xterm etc. Create a file in your $HOME named .Xdefaults and add these two lines

*background:   #ffffff
*foreground:    #000000

i meant the tty.


...he has no ambition and no energy. He will not even go out of his way to verify his own solutions, and would rather be considered wrong than take the trouble to prove himself right. Again and again I have taken a problem to him, and have received an explanation which has afterwards proved to be the correct one. And yet he was absolutely incapable of working out the practical points...

Offline

#6 2011-01-27 07:45:29

greyscale
Member
From: Sweden
Registered: 2011-01-02
Posts: 59

Re: term colors

Try running

# Change bg color
setterm -background blue

# "store" changes so that they will be used when reset-to-defaults
setterm -store

# reset terminal
reset

But don't think it "stores" it over a reboot etc, so think you will have to put it in
your login-script or something like that.

Seems to do the trick when I did a quick test at least,

setterm's man page will probably give your some more info on the subject.

Last edited by greyscale (2011-01-27 07:46:28)


A tiling window manager simply manages your windows, not just letting you have em
:: Configs etc @GitHub

Offline

#7 2011-01-27 07:52:35

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: term colors

You could also check out the Overlord's post on setting colors in TTY

http://phraktured.net/linux-console-colors.html


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#8 2011-01-27 18:01:42

thayer
Fellow
From: Vancouver, BC
Registered: 2007-05-20
Posts: 1,560
Website

Re: term colors

jasonwryan wrote:

You could also check out the Overlord's post on setting colors in TTY

http://phraktured.net/linux-console-colors.html

+1

There are sometimes side effects because the background colour is assumed to be dark, but for the most part it works out.  I agree about the dark-on-white schemes though. I once hated light terminal backgrounds and now I'm the opposite; my vision blurs when trying to read multiple lines of light-on-dark text.


thayer williams ~ cinderwick.ca

Offline

#9 2011-01-28 14:43:54

penguin
Member
From: Gotham City
Registered: 2010-12-31
Posts: 163

Re: term colors

I think you can do some pretty cool modifications to tty if you use fbterm:
http://kmandla.wordpress.com/2010/05/28 … e-console/

Offline

Board footer

Powered by FluxBB