Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 1999 09:55:59 -0600 (MDT)
From:      Jonathon Doran <doranj@Colorado.EDU>
To:        nb@loso.dyndns.com (nb)
Cc:        stt@pluto.cpe.ku.ac.th, freebsd-questions@FreeBSD.ORG
Subject:   Re: Color support for VT100
Message-ID:  <199907151555.JAA23719@ucsu.Colorado.EDU>
In-Reply-To: <00f801becea3$2898db90$0201a8c0@skywalker.co.th> from "nb" at Jul 15, 99 04:01:44 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> I have changed my system from Linux to Freebsd 3.2 since last month. In
> Linux, VT100 terminal screen can support color but not in FreeBSD. I would
> like to know how to set color-support in FreeBSD vt100 terminal.

I have the following in my .Xdefaults file, which works pretty good:

 XTerm*VT100*colorBDMode:  on   
 XTerm*VT100*colorBD:  blue     
 XTerm*VT100*colorULMode:  on   
 XTerm*VT100*colorUL:  magenta
 XTerm.VT100.eightBitInput:  true
 XTerm.VT100.eightBitOutput:  true
 XTerm.VT100.titeInhibit:  true
  
 XTerm.VT100*colorMode:  on     
 XTerm.VT100*dynamicColors:  on

! Uncomment this use color for underline attribute
 XTerm.VT100*colorULMode:  on
 XTerm.VT100*underLine:  off    
  
! Uncomment this to use color for the bold attribute
 XTerm.VT100*colorBDMode: on
  
 XTerm.VT100*color0: black  
 XTerm.VT100*color1: red3
 XTerm.VT100*color2: green3
 XTerm.VT100*color3: yellow3
 XTerm.VT100*color4: blue3
 XTerm.VT100*color5: magenta3   
 XTerm.VT100*color6: cyan3
 XTerm.VT100*color7: gray90  
 XTerm.VT100*color8: gray30
 XTerm.VT100*color9: red
 XTerm.VT100*color10: green
 XTerm.VT100*color11: yellow    
 XTerm.VT100*color12: blue
 XTerm.VT100*color13: magenta
 XTerm.VT100*color14: cyan
 XTerm.VT100*color15: white  
 XTerm.VT100*colorUL: yellow    
 XTerm.VT100*colorBD: white

 XTerm.VT100*cursorColor: lime green

I believe this should be enough to get you started.

Jon Doran



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907151555.JAA23719>