all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christopher Dimech <dimech@gmx.com>
To: Christopher Dimech <dimech@gmx.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Resetting Background Colour, but only Speedbar Background is changing
Date: Fri, 2 Oct 2020 16:12:27 +0200	[thread overview]
Message-ID: <trinity-dd340078-5f67-4387-b253-59be72f2e8ac-1601647947755@3c-app-mailcom-bs12> (raw)
In-Reply-To: <trinity-c89a01fe-31e9-43be-9118-2ad7f23cb50d-1601647356254@3c-app-mailcom-bs12>

I have the following and the new colour is not taking effect



; Set custom-theme-load-path
( add-to-list 'custom-theme-load-path
    (file-name-as-directory
       "/home/hagbard/GAdmSw/emacsPck/color--themes/")
)

(load-theme 'cobalt t t)
(enable-theme 'cobalt)

; Modify background colour for all frames
(add-to-list 'default-frame-alist '(background-color . "#e1ff00"))

; Set cursor color to white
(set-cursor-color "#fff63a")




> Sent: Friday, October 02, 2020 at 3:02 PM
> 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
>
>
> Let me tell you what is happening, I have installed on my machine Emacs 24.
>
> But I have also installed locally Emacs 27.1. The changes are being applied
> to Emacs 24, but not to Emacs 27.1.
>
>
>
> > 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 14:12 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
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 [this message]
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

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

  git send-email \
    --in-reply-to=trinity-dd340078-5f67-4387-b253-59be72f2e8ac-1601647947755@3c-app-mailcom-bs12 \
    --to=dimech@gmx.com \
    --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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.