unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Sven Bretfeld <sven.bretfeld@gmx.ch>
To: help-gnu-emacs@gnu.org
Subject: Re: Linux newbe
Date: Sun, 8 Jul 2007 15:37:34 +0200	[thread overview]
Message-ID: <20070708133734.GA9440@relwi.unibe.ch> (raw)
In-Reply-To: <9CEBE114-D772-4385-89AC-86BC4FFF6321@Web.DE>

On Sun, Jul 08, 2007 at 02:29:54PM +0200, Peter Dyballa wrote:
> 
> Am 08.07.2007 um 04:47 schrieb Charles Goodrich:
> 
> >I am used to black letters on a white background,
> 
> On Linux you can use X Resources (look into the GNU Emacs manual,  
> i.e. C-h i m Emacs and then search for the "Command Line Options and  
> Arguments" node), which are organised in files like ~/.Xdefaults or  
> ~/.Xresources (depends on the actual code in ~/.xinit or similiar  
> files (~/.xstart?) which set up the X11 environment).  ~/.Xdefaults  
> or ~/.Xresources can #include other files with set X application  
> defaults. A lot "templates" exist in directories like /usr/X11R6/lib/ 
> X11/app-defaults or /usr/X11R7/share/X11/app-defaults.

An easier way is to install the meta-package emacs-goodies which is part of the
Ubuntu main repository. It contains the package color-theme. You
configure it by inserting to your .emacs:

(require 'color-theme)
(color-theme-dark-blue2)

"dark-blue2" ist the name of a certain color theme included in the
package. You have to replace that with the name of your chosen
theme. You can have a preview of all contained color themes with 

M-x color-theme TAB TAB

I'm sure you will find one that suits your needs.

Greetings,

Sven

  reply	other threads:[~2007-07-08 13:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-08  2:47 Linux newbe Charles Goodrich
2007-07-08 12:29 ` Peter Dyballa
2007-07-08 13:37   ` Sven Bretfeld [this message]
     [not found] <mailman.3181.1183888252.32220.help-gnu-emacs@gnu.org>
2007-07-08 11:10 ` Daniel Leidisch
2007-07-09  7:52 ` Tim X

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070708133734.GA9440@relwi.unibe.ch \
    --to=sven.bretfeld@gmx.ch \
    --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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).