|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
"Jeff Abrahamson" <jeff@purple.com> on 03/11/2004 08:30:06 AM:
[...]
> Thanks, but that much I've got. What, though, controls the various
> colors displayed in a perl, sh, or C file, which has lots of syntax
> highlighting in fontlock mode. (The fontlock documentation in emacs'
> info entry didn't help me here, and I haven't found anything useful by
> googling.)
I have the following in my .emacs:
(set foreground-color "Green");
(set background-color "Gray10");
(set-face-foreground 'font-lock-type-face "Goldenrod")
(set-face-foreground 'font-lock-comment-face "OrangeRed")
(set-face-foreground 'font-lock-function-name-face "Turquoise")
(set-face-foreground 'font-lock-keyword-face "Yellow")
(set-face-foreground 'font-lock-string-face "Magenta")
(set-face-foreground 'font-lock-variable-name-face "Coral")
(set-face-foreground 'modeline "yellow")
(set-face-background 'modeline "purple4")
(set-face-background 'region "MidnightBlue")
(set-face-background 'secondary-selection "dodger blue")
(set-mouse-color "yellow)
(set-face-foreground 'highlight "orange")
(set-face-background 'highlight "blue")
(set-face-foreground 'show-paren-match-face "black")
(set-face-background 'sow-paren-match-face "turquoise")
(set-cursor-color "Deep Pink")
I don't remember where I stole it from originally.
HTH,
pls
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|