unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Christopher Dimech <dimech@gmx.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Resetting Background Colour, but only Speedbar Background is changing
Date: Fri, 2 Oct 2020 15:59:01 +0200	[thread overview]
Message-ID: <trinity-081c759e-8ae0-4243-9194-41595ce4b77d-1601647141579@3c-app-mailcom-bs12> (raw)
In-Reply-To: <831rigg3kg.fsf@gnu.org>


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	other threads:[~2020-10-02 13:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-02 12:49 Resetting Background Colour, but only Speedbar Background is changing Christopher Dimech
2020-10-02 13:06 ` Eli Zaretskii
     [not found]   ` <trinity-e3e15f62-2089-4e00-8288-54ac6306b2f1-1601644573807@3c-app-mailcom-bs12>
2020-10-02 13:28     ` Eli Zaretskii
2020-10-02 13:59       ` Christopher Dimech [this message]
2020-10-02 14:51         ` Eli Zaretskii
2020-10-02 15:36           ` Christopher Dimech
2020-10-02 16:00         ` Drew Adams
2020-10-02 14:02       ` Christopher Dimech
2020-10-02 14:12         ` Christopher Dimech
2020-10-02 14:15           ` Christopher Dimech

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=trinity-081c759e-8ae0-4243-9194-41595ce4b77d-1601647141579@3c-app-mailcom-bs12 \
    --to=dimech@gmx.com \
    --cc=eliz@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).