all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Term mode colors
@ 2009-02-22  1:05 Joe Schafer
  2009-02-23 15:18 ` Peter Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Joe Schafer @ 2009-02-22  1:05 UTC (permalink / raw
  To: help-gnu-emacs

Hey all,

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.

Thanks,
Joe





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Term mode colors
  2009-02-22  1:05 Term mode colors Joe Schafer
@ 2009-02-23 15:18 ` Peter Jones
  2009-02-23 16:28   ` Joe Schafer
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Jones @ 2009-02-23 15:18 UTC (permalink / raw
  To: help-gnu-emacs

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Term mode colors
  2009-02-23 15:18 ` Peter Jones
@ 2009-02-23 16:28   ` Joe Schafer
  0 siblings, 0 replies; 3+ messages in thread
From: Joe Schafer @ 2009-02-23 16:28 UTC (permalink / raw
  To: help-gnu-emacs

> Peter Jones <mlists@pmade.com> writes:
>
> 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"]))

Perfect, this is exactly what I was looking for.  Thanks.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-02-23 16:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-22  1:05 Term mode colors Joe Schafer
2009-02-23 15:18 ` Peter Jones
2009-02-23 16:28   ` Joe Schafer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.