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

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

Re: Background color in emacs


From: Peter Dyballa
Subject: Re: Background color in emacs
Date: Mon, 16 Jan 2006 21:37:03 +0100


Am 16.01.2006 um 13:54 schrieb Stefan Bienert:

I mean with a black background. But if I use set-background-color, the black font in emacs does not turn into white?

You could try something this:

        (setq initial-frame-alist '(
                (border-color     . "#4e3832")
                (mouse-color      . "midnightblue")
                (foreground-color . "pink")
                (background-color . "black")
(font . "-*-*-medium-r-normal--10-*-*-*-*-*-fontset- hiraginomin")
                (top . 10) (left . 650) (width . 89) (height . 60)))
        (setq default-frame-alist '(
                (background-color . "ghost white")
                (foreground-color . "grey10")
                (vertical-scroll-bars . left)
(font . "-*-*-medium-r-normal--12-*-*-*-*-*-fontset- hiraginokaku")
                (cursor-color . "purple")
                (cursor-type . box)


--
Mit friedvollen Grüßen

  Pete

The box said "Use Windows 95 or better," so I got a Macintosh






reply via email to

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