all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Background color in emacs
Date: Mon, 16 Jan 2006 21:37:03 +0100	[thread overview]
Message-ID: <C820A571-A1F5-444B-B45D-469EDDDD6C87@Web.DE> (raw)
In-Reply-To: <605515800@web.de>


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	other threads:[~2006-01-16 20:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-16 12:54 Background color in emacs Stefan Bienert
2006-01-16 20:37 ` Peter Dyballa [this message]
     [not found] <mailman.1291.1137424773.26925.help-gnu-emacs@gnu.org>
2006-01-16 14:38 ` Bastien
2006-01-16 15:54 ` Mathias Dahl
  -- strict thread matches above, loose matches on Subject: below --
2006-01-17  8:33 Stefan Bienert
2006-01-17 17:35 ` Edward O'Connor
     [not found] <mailman.1416.1137486956.26925.help-gnu-emacs@gnu.org>
2006-01-17 16:28 ` Chris McMahan
2006-01-17 20:18 Stefan Bienert

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=C820A571-A1F5-444B-B45D-469EDDDD6C87@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.
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.