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

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

Re: How to get consistent emacs background color


From: Kevin Rodgers
Subject: Re: How to get consistent emacs background color
Date: Mon, 13 Oct 2008 21:31:42 -0600
User-agent: Thunderbird 2.0.0.17 (Macintosh/20080914)

yinglcs@gmail.com wrote:
I have the following line in my .emacs:

(set-background-color "ivory2")
(set-foreground-color "black")

initially , the color of emacs is correct. But when I spawn a new
emacs window (C-x 5 2). the background of that emacs is white. Can you
please tell me how can I fix that?

(setq default-frame-alist
      (append default-frame-alist
              '((background-color . "ivory2")
                (foreground-color . "black"))))

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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