Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!emory!hubcap!ncrcae!ncr-sd!iss-rb!booboo!davel From: davel@booboo.SanDiego.NCR.COM (David Lord) Newsgroups: comp.sys.ibm.pc.misc Subject: Re: ELViS: Two simple questions about this VI clone Message-ID: <1990Dec21.210526.23400@SanDiego.NCR.COM> Date: 21 Dec 90 21:05:26 GMT References: <1990Dec20.025029.5422@oswego.Oswego.EDU> Sender: @SanDiego.NCR.COM Reply-To: davel@booboo.SanDiego.NCR.COM (David Lord) Distribution: na Organization: NCR Corporation, Rancho Bernardo Lines: 22 In article <1990Dec20.025029.5422@oswego.Oswego.EDU> dayger@penelope.Oswego.EDU () writes: >Question 2: The one feature of ELVIS I really can't stand is the screen > colores. (Yellow text, blue background.) How can I change the > colors? I've tried setting command-line switches and have also > tried using a couple of utilities to change them. ELVIS always > re-sets the colors. You must have a different version than I had. Mine was light grey on blue, completely unreadable on my monitor. I got the source from the author, don't have his address easily available right now, and changed the colors myself. There is no option to set the colors. Some alternatives though: to get white text on a black background you can run in "ansi.sys" or "nansi.sys" mode. If you have "nansi.sys" (your best choice) put the following into your autoexec.bat file: "set TERM=nansi". Oh, just remembered this may only work on the newest version (1.4) but I'm not sure. If you only have ansi.sys put "set TERM=ansi" into autoexec.bat. You lose some functionality if you use ansi.sys and again I'm not sure what version it works in. Another thing you might try if you have EGA or VGA is to get a program that sets the pallete rather than just changes the colors, of course then any other programs you run will look weird. I'm afraid the best option is to get the source and fix it the way you like it.