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

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

Re: How to get black background?


From: Nikolaj Schumacher
Subject: Re: How to get black background?
Date: Fri, 08 Aug 2008 13:03:28 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2.50 (darwin)

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




reply via email to

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