[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Color Setup in Emacs
From: |
Kai Großjohann |
Subject: |
Re: Color Setup in Emacs |
Date: |
Tue, 28 May 2002 11:08:16 +0200 |
User-agent: |
Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2.90 (i686-pc-linux-gnu) |
Arne Claassen <address@hidden> writes:
> (set-background-color "DarkSlateGray")
> (set-foreground-color "Wheat")
These are documented to apply to the current frame only. You can set
the colors of the `default' face (M-x customize-face RET default RET)
or (add-to-list 'default-frame-alist '(background-color . "green")).
kai
--
Silence is foo!