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

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

Re: Resetting Background Colour, but only Speedbar Background is changin


From: Eli Zaretskii
Subject: Re: Resetting Background Colour, but only Speedbar Background is changing
Date: Fri, 02 Oct 2020 17:51:18 +0300

> From: Christopher Dimech <dimech@gmx.com>
> Cc: help-gnu-emacs@gnu.org
> Date: Fri, 2 Oct 2020 15:59:01 +0200
> 
> I have tried your suggestion but it is not taking effect
> Have dome like this
> 
> 
> ; Set Frame Size
> ( setq initial-frame-alist '((width . 75) (height . 24)) )
> 
> ; Set emacs font - Value is 1/10 pt, so 180 gives 18pt.
> (set-face-attribute 'default nil :height 180)
> 
> ; Modify background colour from Colour Theme
> (add-to-list 'default-frame-alist '(background-color . "#e1ff00"))

Are you doing this in your .emacs init file?  That's where it should
be done.  It works for me, FWIW.



reply via email to

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