bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#6693: 24.0.50; font-lock-(builtin|doc) faces are *way* too close


From: Lars Magne Ingebrigtsen
Subject: bug#6693: 24.0.50; font-lock-(builtin|doc) faces are *way* too close
Date: Sun, 03 Jul 2011 15:06:55 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

"Drew Adams" <drew.adams@oracle.com> writes:

> Look at any `defcustom'.  The doc string and the keywords (e.g. :type)
> appear to have the same face.  In fact, they are only very slightly
> different.
>
> This is a regression wrt 23.1 (and prior).  Please revert this mistake.
> There is no reason for these two faces to be so close.
>
> Previously, `font-lock-builtin-face' had an Orchid foreground.  That was
> *much* better than having two faces that are essentially
> indistinguishable.

This is the definition of `font-lock-builtin-face'.  Which of these
cases is causing the confusion for you?

(defface font-lock-builtin-face
  '((((class grayscale) (background light)) (:foreground "LightGray" :weight 
bold))
    (((class grayscale) (background dark)) (:foreground "DimGray" :weight bold))
    (((class color) (min-colors 88) (background light)) (:foreground 
"MediumOrchid4"))
    (((class color) (min-colors 88) (background dark)) (:foreground 
"LightSteelBlue"))
    (((class color) (min-colors 16) (background light)) (:foreground "Orchid"))
    (((class color) (min-colors 16) (background dark)) (:foreground 
"LightSteelBlue"))
    (((class color) (min-colors 8)) (:foreground "blue" :weight bold))
    (t (:weight bold)))


-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





reply via email to

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