Skip to content
Snippets Groups Projects
Commit 2bf07d4d authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Tuned down the default value for pike-font-lock-refdoc-error-face to

something a little less eye-straining.

Rev: lib/tools/pike.el:1.14
parent dae98608
No related branches found
No related tags found
No related merge requests found
;;; pike.el -- Font lock definitions for Pike and other LPC files.
;;; $Id: pike.el,v 1.13 2000/11/17 05:04:58 mast Exp $
;;; $Id: pike.el,v 1.14 2000/11/17 06:16:05 mast Exp $
;;; Copyright (C) 1995, 1996, 1997, 1998, 1999 Per Hedbor.
;;; This file is distributed as GPL
......@@ -69,7 +69,8 @@ overlaid over the `font-lock-comment-face'."
overlaid over the `font-lock-reference-face'."
:group 'pike-faces)
(defface pike-font-lock-refdoc-error-face
'((((class color)) (:foreground "black" :background "hotpink"))
'((((class color) (background light)) (:foreground "red"))
(((class color)) (:foreground "hotpink"))
(((background light)) (:foreground "white" :background "black"))
(t (:foreground "black" :background "white")))
"Face to use for invalid markup in Pike documentation comments."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment