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

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

Re: Changing foreground/background colors in all frames


From: Peter Dyballa
Subject: Re: Changing foreground/background colors in all frames
Date: Wed, 21 Jun 2006 21:21:27 +0200


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.







reply via email to

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