From: kai.grossjohann@uni-duisburg.de (Kai Großjohann)
Subject: Re: Colorizing Emacs
Date: Wed, 05 Mar 2003 09:53:36 +0100 [thread overview]
Message-ID: <84el5m5h4f.fsf@lucy.is.informatik.uni-duisburg.de> (raw)
In-Reply-To: uk7fez0dk.fsf@wanadoo.fr
Lucas <bonnet.lucas@wanadoo.fr> writes:
> BTW, I have to say that I'm curious to know what are *your* colors ?
> Would you mind posting your config' ? :)
Hm. Lessee now...
~/.Xresources has this:
#define KAIFG black
#define KAIBG gainsboro
#define KAIBG_ALT grey
#define KAIBG_HILITE ghostwhite
*Foreground: KAIFG
*Background: KAIBG
Emacs*background: KAIBG
Emacs*pointerColor: KAIFG
Emacs.pane.menubar.background: KAIBG_ALT
Emacs.pane.menubar.buttonForeground: red
Emacs.pane.menubar.buttonBackground: green
Emacs.pane.menubar.font: KAIFONT_SMALL
Emacs.menu*.font: KAIFONT_SMALL
Emacs.menu*.background: KAIBG_ALT
Emacs.fringe.attributeBackground: KAIBG_ALT
And ~/.emacs has this:
(set-mouse-color "black")
(eval-after-load "custom"
'(progn
(set-face-bold-p 'custom-button-face t)))
;; if font has no italic, use color
(unless (condition-case nil
(x-resolve-font-name
(x-make-font-italic (x-get-resource "emacs" "font")))
(error nil))
(mapcar (lambda (f)
(when (face-italic-p f)
(set-face-foreground f "seagreen")))
(face-list)))
(set-face-background 'highlight "lightsteelblue")
(set-face-background 'region "ghostwhite")
(eval-after-load "wid-edit"
'(progn
(set-face-background 'widget-field-face "ghostwhite")))
(eval-after-load "xslide-font"
'(progn
(set-face-foreground 'xsl-fo-alternate-face "seagreen")))
And then there is some stuff in ~/.gnus:
(set-face-foreground 'gnus-header-content-face "indianred4")
(set-face-foreground 'gnus-header-newsgroups-face "midnightblue")
Does this help?
--
A preposition is not a good thing to end a sentence with.
next prev parent reply other threads:[~2003-03-05 8:53 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.2753.1046833807.21513.help-gnu-emacs@gnu.org>
2003-03-05 7:13 ` Colorizing Emacs Kai Großjohann
2003-03-05 8:24 ` Lucas
2003-03-05 8:53 ` Kai Großjohann [this message]
2003-03-05 11:27 ` Lucas
2003-03-05 14:42 ` Kai Großjohann
2003-03-05 16:22 ` Lucas
2003-03-05 13:00 ` Francois Fleuret
2003-03-05 13:22 ` Lucas
2003-03-05 8:45 ` Stein A. Stromme
2003-03-05 19:11 ` Peter Lee
[not found] <mailman.2790.1046881488.21513.help-gnu-emacs@gnu.org>
2003-03-05 16:38 ` Lucas
2003-03-05 17:38 ` Kai Großjohann
2003-03-05 16:13 John Chen
-- strict thread matches above, loose matches on Subject: below --
2003-03-05 3:09 John Chen
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=84el5m5h4f.fsf@lucy.is.informatik.uni-duisburg.de \
--to=kai.grossjohann@uni-duisburg.de \
/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).