unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Changing the colors of the initial frame
@ 2015-05-04 17:15 Volker Wysk
  2015-05-04 17:35 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Volker Wysk @ 2015-05-04 17:15 UTC (permalink / raw)
  To: help-gnu-emacs

Hi!

I have this in my .emacs:

(setq default-frame-alist  '(
  (height . 55)                         
  (width . 190)                         
  (font . "10x20")                      
  (vertical-scroll-bars . t)            
  (horizontal-scroll-bars . nil)        
  (foreground-color . "#00FF30")        
  (background-color . "black")          
  (cursor-color . "white")              
  (cursor-type . box)                   
))

However, this does not get applied to the initial frame. The background is 
white. When creating a new frame (make-frame), the settings take effect. How 
do I configure the initial frame?

I also have this in .emacs:

(set-face-foreground 'mode-line  "white")
(set-face-background 'mode-line  "black")

This doesn't seem to have any effect.

I'm using Emacs-24.4.1. When i was using version 23, it worked. After 
upgrading, the described problem occured.

Thanks for any help,
Volker



^ permalink raw reply	[flat|nested] 5+ messages in thread
[parent not found: <mailman.2328.1430760037.904.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2015-05-04 17:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-04 17:15 Changing the colors of the initial frame Volker Wysk
2015-05-04 17:35 ` Eli Zaretskii
2015-05-04 17:45   ` Volker Wysk
     [not found] <mailman.2328.1430760037.904.help-gnu-emacs@gnu.org>
2015-05-04 17:34 ` Damien Wyart
2015-05-04 17:39   ` Volker Wysk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).