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

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

Changing the colors of the initial frame


From: Volker Wysk
Subject: Changing the colors of the initial frame
Date: Mon, 04 May 2015 19:15:54 +0200
User-agent: KMail/4.14.2 (Linux/3.16.0-4-amd64; KDE/4.14.2; x86_64; ; )

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



reply via email to

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