all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nikolaj Schumacher <n_schumacher@web.de>
To: ssecorp <circularfunc@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: How to get black background?
Date: Fri, 08 Aug 2008 13:03:28 +0200	[thread overview]
Message-ID: <m2abfn22gv.fsf@nschum.de> (raw)
In-Reply-To: <477f2796-bee2-4231-9292-3c3c34bc8bb8@r66g2000hsg.googlegroups.com> (ssecorp's message of "Thu\, 7 Aug 2008 18\:38\:27 -0700 \(PDT\)")

ssecorp <circularfunc@gmail.com> wrote:

> I want black background in emacs. How do I change it? Im using windows.

Put this in your .emacs:

(when window-system
  (add-to-list 'default-frame-alist '(background-color . "black"))
  (add-to-list 'default-frame-alist '(foreground-color . "wheat")))


regards,
Nikolaj Schumacher




  parent reply	other threads:[~2008-08-08 11:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-08  1:38 How to get black background? ssecorp
2008-08-08  6:20 ` Peter Dyballa
2008-08-08 11:03 ` Nikolaj Schumacher [this message]
2008-08-08 14:24 ` Kevin Rodgers

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=m2abfn22gv.fsf@nschum.de \
    --to=n_schumacher@web.de \
    --cc=circularfunc@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.