unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: vanad@onetel.net.uk
Subject: Colour customization in LaTeX mode
Date: Fri, 19 Sep 2003 07:55:04 +0100	[thread overview]
Message-ID: <3F6AB658.6820.F76DA@localhost> (raw)

Has there been any progress on allowing colour preferences
in 21.2.1 ? I acquired 21.2.1 as part of RH9. I've been using
20.7.1 under RH7.2 and had colours in LaTeX mode selected 
so as to give light foreground colours on a dark background. 
I have weak eyes, need a full screen window, and find the 
white background too dazzling. I'm not particularly worried 
which colours go with math, display, environments, etc,
except that grey for comments seems sensible. Below is the
personal part of my ~/.emacs file. I also have a lot in
~/.Xdefaults.

All comments will be greatly appreciated!

;;;;;;;;;;;;;;;;;;;;;;;personal from here on

(setq-default latex-mode t)
(setq-default transient-mark-mode t)
(setq default-major-mode 'latex-mode)
; (add-hook 'latex-mode-hook 'turn-on-font-lock)
; (add-hook 'tex-mode-hook 'turn-on-font-lock)
; next line added 27-05-03, see p146
(setq european-calendar-style 't)
; next line added 01-08-03, see info file
(setq cal-tex-diary t)
; next line added 01-08-03, see p265
(setq tex-dvi-print-command "dvips")
; next two lines added 13-4-01. See p64
(setq-default case-fold-search nil)
(setq-default case-replace nil)
; next line added 27-07-01 from FAQ 29
(setq frame-title-format "%b")
(desktop-load-default)
(desktop-read)
(custom-set-variables)
(custom-set-faces
 '(font-lock-comment-face ((((class color) (background dark)) (:foreground 
"Grey"))))
 '(font-lock-string-face ((((class color) (background dark)) (:foreground 
"Green")))))

             reply	other threads:[~2003-09-19  6:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-19  6:55 vanad [this message]
     [not found] <mailman.410.1063954177.21628.help-gnu-emacs@gnu.org>
2003-09-19 16:08 ` Colour customization in LaTeX mode Kevin Rodgers

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=3F6AB658.6820.F76DA@localhost \
    --to=vanad@onetel.net.uk \
    /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).