all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Greg Hill <ghill@synergymicro.com>
Subject: Re: Set background color
Date: Fri, 5 Apr 2002 13:58:07 -0800	[thread overview]
Message-ID: <p04310101b8d3c22242ec@[198.17.100.22]> (raw)
In-Reply-To: <000301c1dc7d$3b9c3440$aec809c0@isih.net>

[-- Attachment #1: Type: text/plain, Size: 805 bytes --]

The command M-x list-colors-display will give you a list of all the 
colors that are available.

If you are using X Windows, you can put commands like these in your 
.Xdefaults file:

Emacs.Background: Black
Emacs.Foreground: White

You could put commands like these in your .emacs file:

(set-background-color "Black")
(set-foreground-color "White")
(set-cursor-color "White")
(set-mouse-color "White")

But these commands apply to only the current frame.  Commands that 
create additional frames would revert to the default colors.

--Greg

At 11:38 AM +0300 4/5/02, Antonis Matsakas wrote:
>Hi there,
>Can you tell me how can I set the background color in emacs? I am using the
>set-background-color command but when I restart emacs the color setting is
>gone.
>
>Regards, Andonis Matsakas
>SW Engineer

[-- Attachment #2: Type: text/html, Size: 1422 bytes --]

      reply	other threads:[~2002-04-05 21:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-05  8:38 Set background color Antonis Matsakas
2002-04-05 21:58 ` Greg Hill [this message]

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='p04310101b8d3c22242ec@[198.17.100.22]' \
    --to=ghill@synergymicro.com \
    /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.