help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Term mode colors


From: Peter Jones
Subject: Re: Term mode colors
Date: Mon, 23 Feb 2009 08:18:37 -0700
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.3 (darwin)

Joe Schafer <joesmoe10@gmail.com> writes:
> Is it possible to use custom set colors for term-mode?  I would like to
> override the limited set of colors used by bash to better match my emacs color
> theme.  I've looked into ansi-colors but it seems to work only for
> shell-mode and not term-mode.  I've also tried setting the text
> terminal colors using tty-color-define, but was unsuccessful.

I have this in my term-mode-hook:

;; Redefine the 8 primary terminal colors to look good against black
(setq ansi-term-color-vector
      [unspecified "#000000" "#963F3C" "#5FFB65" "#FFFD65" 
                   "#0082FF" "#FF2180" "#57DCDB" "#FFFFFF"]))

-- 
Peter Jones, http://pmade.com
pmade inc.  Louisville, CO US





reply via email to

[Prev in Thread] Current Thread [Next in Thread]