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

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

Re: New Frame is different


From: Memnon Anon
Subject: Re: New Frame is different
Date: Wed, 23 Nov 2011 07:24:59 +0000 (UTC)

>>> Hi. I open a frame using an emacs launcher and the background is
>>> black and the text is white as I set in my ~/.emacs file.
>> How did you set it?
> I set it:
> (set-foreground-color "white")
> (set-background-color "black")
> (set-cursor-color "green" )

,----[ C-h f set-foreground-color ]
| (set-foreground-color COLOR-NAME)
| [...]
| Set the foreground color of the selected frame to COLOR-NAME.
| [...]
`----

,----[ (emacs) Creating Frames ]
| Here's a similar example for specifying a foreground color:
| 
|      (add-to-list 'default-frame-alist '(foreground-color . "blue"))
| 
| By putting such customizations in your init file, you can control the
| appearance of all the frames Emacs creates, including the initial one.
`----

hth
Memnon




reply via email to

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