Variable: hi-lock-face-defaults
hi-lock-face-defaults is a customizable variable defined in
hi-lock.el.gz.
Value
("hi-yellow" "hi-pink" "hi-green" "hi-blue" "hi-salmon"
"hi-aquamarine" "hi-black-b" "hi-blue-b" "hi-red-b" "hi-green-b"
"hi-black-hb")
Documentation
Default face names for hi-lock interactive functions.
This variable was added, or its default value changed, in Emacs 29.1.
Probably introduced at or before Emacs version 24.4.
Source Code
;; Defined in /usr/src/emacs/lisp/hi-lock.el.gz
(defcustom hi-lock-face-defaults
'("hi-yellow" "hi-pink" "hi-green" "hi-blue" "hi-salmon" "hi-aquamarine"
"hi-black-b" "hi-blue-b" "hi-red-b" "hi-green-b" "hi-black-hb")
"Default face names for hi-lock interactive functions."
:type '(repeat string)
:version "29.1")