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

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

Re: Changing the colors of the initial frame


From: Eli Zaretskii
Subject: Re: Changing the colors of the initial frame
Date: Mon, 04 May 2015 20:35:16 +0300

> From: Volker Wysk <verteiler@volker-wysk.de>
> Date: Mon, 04 May 2015 19:15:54 +0200
> 
> (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?

Did you try the above with initial-frame-alist as well?



reply via email to

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