all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: How to get consistent emacs background color
Date: Mon, 13 Oct 2008 21:31:42 -0600	[thread overview]
Message-ID: <gd13qq$pjr$1@ger.gmane.org> (raw)
In-Reply-To: <54bd924d-0606-48bd-95cf-c38167245212@g61g2000hsf.googlegroups.com>

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	other threads:[~2008-10-14  3:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-14  1:10 How to get consistent emacs background color yinglcs
2008-10-14  3:31 ` Kevin Rodgers [this message]
2008-10-14  8:25 ` Xavier Maillard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='gd13qq$pjr$1@ger.gmane.org' \
    --to=kevin.d.rodgers@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.