From 4daa34c90be6aebb62abaec75006e19f6666b5c6 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 1 Sep 2016 11:13:39 -0400 Subject: Emacs mode: switch font-lock-cvariable-face to inherit from font-lock-type-face, to avoid hardcoding of colors --- src/elisp/urweb-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elisp/urweb-mode.el b/src/elisp/urweb-mode.el index d1eec2a1..69b0e23c 100644 --- a/src/elisp/urweb-mode.el +++ b/src/elisp/urweb-mode.el @@ -281,7 +281,7 @@ See doc for the variable `urweb-mode-info'." "Face name to use for SQL keywords.") (defface font-lock-cvariable-face - '((t (:foreground "dark blue"))) + '((t (:inherit font-lock-type-face))) "Font Lock mode face used to highlight capitalized identifiers." :group 'font-lock-highlighting-faces) (defvar font-lock-cvariable-face 'font-lock-cvariable-face -- cgit v1.2.3