emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Font-lock colors


From: Gerd Moellmann
Subject: Font-lock colors
Date: Fri, 15 Sep 2000 17:11:53 +0200 (CEST)
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.0.90

With everything set to defaults, I think current font-lock faces are
very sub-optimal, to the point that some text is hardly readable on my
display (examples: include-directives in C text, variable names,
built-ins).  Something has to happen---what about the faces below?

 '(font-lock-builtin-face ((t (:weight bold :slant normal))))
 '(font-lock-comment-face ((((class color)) (:slant oblique :foreground 
"Brown"))))
 '(font-lock-constant-face ((((class color)) (:foreground "darkblue"))))
 '(font-lock-function-name-face ((((class color)) (:foreground "DarkBlue"))))
 '(font-lock-keyword-face ((t (:weight bold :slant normal))))
 '(font-lock-string-face ((((class color)) (:foreground "DarkGreen"))))
 '(font-lock-variable-name-face ((((class color)) (:foreground "DarkBlue"))))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]