unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Changing foreground/background colors in all frames
Date: Wed, 21 Jun 2006 21:21:27 +0200	[thread overview]
Message-ID: <D6865DCB-5B81-4545-9041-52AF3CE5DEF3@Web.DE> (raw)
In-Reply-To: <C0BEDF1F.7A1%swidanf@hhmi.org>


Am 21.06.2006 um 17:33 schrieb Swidan, Firas:

> To open a new file in a new frame, the foreground/background  
> settings in the
> .emacs file do not seem to affect the look of the new frame.
>
> Any ideas how to tackle this issue?

Give these a chance:

         (setq initial-frame-alist '(
           (mouse-color           . "midnightblue")
           (foreground-color      . "grey20")
           (background-color      . "alice blue")
           (internal-border-width . 2)
           (line-spacing          . 1)
           (top . 20) (left . 650) (width . 91) (height . 60)))
         (setq default-frame-alist '(
           (border-color          . "#4e3832")
           (foreground-color      . "grey10")
           (background-color      . "ghost white")
           (vertical-scroll-bars  . left)
           (cursor-color          . "purple")
           (cursor-type           . box)
           (top . 30) (left . 150) (width . 89) (height . 56)))

--
Greetings

   Pete

A morning without coffee is like something without something else.

  parent reply	other threads:[~2006-06-21 19:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-21 15:33 Changing foreground/background colors in all frames Swidan, Firas
2006-06-21 17:24 ` Gilbert Harman
2006-06-21 18:45   ` Swidan, Firas
2006-06-21 17:38 ` Ehud Karni
2006-06-21 19:21 ` Peter Dyballa [this message]
     [not found] ` <mailman.3128.1150911529.9609.help-gnu-emacs@gnu.org>
2006-06-21 19:21   ` Norbert Melzer
2006-06-21 20:15     ` Drew Adams
     [not found] <mailman.3123.1150909180.9609.help-gnu-emacs@gnu.org>
2006-06-21 22:36 ` Tim X

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=D6865DCB-5B81-4545-9041-52AF3CE5DEF3@Web.DE \
    --to=peter_dyballa@web.de \
    --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).