I'm trying to get full-colors for Yi, configured to depend on vty
4.2.1.0. I'm looking for gnome-terminal support, but just for kicks
I've been trying in xterm, too, to see if I can get it to work.

Most of the stuff that talks about this suggest this (or some variation):

$ export TERM="xterm-256color"

In my yi.hs config, I'm using this theme:

myTheme :: Theme
myTheme = defaultLightTheme `override` \super _ -> super
  { eofStyle = withBg (RGB 1 1 1) }

(The eofStyle fills most of the visible page, so it's easy to see changes).

With all 1's, I get a light gray background in both xterm and
gnome-terminal, not the near-black color I'd expect (0 0 0 does give a
black background, though). I assume that because it's not one of the
16 standard colors, it's going with some default.

Is there some other magic to getting vty to use full-colors?

-- 
Jeff Wheeler

Undergraduate, Electrical Engineering
University of Illinois at Urbana-Champaign

-- 
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel

To unsubscribe from this group, send email to 
yi-devel+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to