From: nospam55 <nospa@no.yahoo.no>
Subject: Re: emacs 21.3 and font-lock-faces
Date: Mon, 09 Feb 2004 18:59:01 +0100 [thread overview]
Message-ID: <c08kt0$13dbp4$2@ID-183691.news.uni-berlin.de> (raw)
In-Reply-To: bvrgfl$t6m$1@home.itg.ti.com
below is some rough material, hope may help
################
One of the 1st thing to configure in emacs are the colors for the various kinds
of text. Finding settings that are good for your eyes is likely to depend also
on the different monitors.
eg I didn't feel good with the orange comments in the perl and shell
modes on my LG Flatron F900P monitor . Saying
M-x list-faces-display
helped me to discover that font-lock-comment-face was set to orangered :
looking 'round .emacs I found
(set-background-color "darkslategray")
[edots]
(custom-set-faces
;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
;; Your init file should contain only one such instance.
[edots]
'(font-lock-comment-face ((t (:foreground "orangered"))))
[edots]
)
Then I looked for a color better than orangered ; with
M-x list-colors-display ; for a display of all the color names and how they look like
I could experience the available hundreds of colors on my darkslategray background ; I
picked LemonChiffon4 (making comments looking quite dimmed, which is good for people
who mess their programs with lots of out-commended debris code)
and put it in place of orangered in the .emacs lines above
(by naive editing iof accessing via customization buffer, a dirty way I don't suggest
to choose ;-) - wonderful !
prev parent reply other threads:[~2004-02-09 17:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-04 15:18 emacs 21.3 and font-lock-faces Javier Oviedo
2004-02-04 19:17 ` Javier Oviedo
2004-02-09 17:59 ` nospam55 [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
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='c08kt0$13dbp4$2@ID-183691.news.uni-berlin.de' \
--to=nospa@no.yahoo.no \
/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).