all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thomas Bulka <ml@tbulka.de>
To: help-gnu-emacs@gnu.org
Subject: Re: Face differences between emacs-nox & windows-nt
Date: Fri, 08 Oct 2010 17:14:50 +0200	[thread overview]
Message-ID: <87ocb4btsl.fsf@mail.tbulka.de> (raw)
In-Reply-To: <83wrptrtjk.fsf@garydjones.name> (Gary's message of "Fri, 08 Oct 2010 10:13:35 +0200")

"Gary" <help-gnu-emacs@garydjones.name> writes:

> Basically I have two versions - one the standard Windows emacs from
> ftp.gnu.org/gnu/emacs/windows/ and the other the Cygwin emacs - one
> "graphical" and one console. I have got most of my configuration working
> with both, only the faces (particularly the colours) aren't happily
> working with both.

Couldn't you load a color theme, depending on whether you start the GUI
or the terminal version of Emacs? If your main problem is the light
background of the standard graphical Emacs, this might work. Install
color-theme[1], choose a color theme with a dark background you like and
put in your .emacs something like:

(require 'color-theme)
(if (eq window-system 'w32)
  (color-theme-arjen))

This should load a color theme with a dark background if you start the
standard Windows Emacs. (Untested)


[1] http://www.nongnu.org/color-theme/



      parent reply	other threads:[~2010-10-08 15:14 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-07  9:01 Face differences between emacs-nox & windows-nt Gary
2010-10-07 13:49 ` Eli Zaretskii
2010-10-07 14:23   ` Gary
2010-10-07 15:10     ` Eli Zaretskii
2010-10-07 20:45     ` Thomas Bulka
2010-10-08  8:13       ` Gary
2010-10-08  8:53         ` Eli Zaretskii
2010-10-08 11:00           ` Gary
2010-10-08 12:36             ` Eli Zaretskii
2010-10-20  8:37               ` Gary
2010-10-20  8:59                 ` Gary
     [not found]                 ` <mailman.0.1287565213.18510.help-gnu-emacs@gnu.org>
2010-10-20 16:45                   ` Stefan Monnier
     [not found]           ` <mailman.3.1286535662.6837.help-gnu-emacs@gnu.org>
2010-10-08 22:18             ` Tim X
2010-10-08 15:14         ` Thomas Bulka [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=87ocb4btsl.fsf@mail.tbulka.de \
    --to=ml@tbulka.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.