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: Christopher Dimech
Subject: Re: Resetting Background Colour, but only Speedbar Background is changing
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"))

; Number text lines and columns
(setq line-number-mode t)
(setq column-number-mode t)







> Sent: Friday, October 02, 2020 at 2:28 PM
> From: "Eli Zaretskii" <eliz@gnu.org>
> To: help-gnu-emacs@gnu.org
> Subject: Re: Resetting Background Colour, but only Speedbar Background is 
> changing
>
> > From: Christopher Dimech <dimech@gmx.com>
> > Date: Fri, 2 Oct 2020 15:16:13 +0200
> > Sensitivity: Normal
> >
> > Yes, that's what it is doing, What I need to know is to have more 
> > information on how to select
> > a frame, or hof to apply background colour to all frames.
>
> To apply this to all frames, use something like this:
>
>   (add-to-list 'default-frame-alist '(background-color . "#360233"))
>
>



reply via email to

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