all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Colour customization in LaTeX mode
@ 2003-09-19  6:55 vanad
  0 siblings, 0 replies; 2+ messages in thread
From: vanad @ 2003-09-19  6:55 UTC (permalink / 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")))))

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Colour customization in LaTeX mode
       [not found] <mailman.410.1063954177.21628.help-gnu-emacs@gnu.org>
@ 2003-09-19 16:08 ` Kevin Rodgers
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2003-09-19 16:08 UTC (permalink / raw)


vanad@onetel.net.uk wrote:

> 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.


Have you tried color-theme.el?  (I haven't, but it has some enthusiastic
users.)  Get it at http://www.emacswiki.org/cgi-bin/wiki.pl?ColorTheme

-- 
Kevin Rodgers

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-09-19 16:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-19  6:55 Colour customization in LaTeX mode vanad
     [not found] <mailman.410.1063954177.21628.help-gnu-emacs@gnu.org>
2003-09-19 16:08 ` Kevin Rodgers

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.