Variable: flash-face-attributes

flash-face-attributes is a customizable variable defined in ring-bell-fns.el.gz.

Value

(:background "red" :foreground "white")

Documentation

Face attributes to use in any function from ring-bell-fns.

This is intended to be used in any function from ring-bell-fns such as flash-face-bell-function and flash-echo-area-bell-function to make the flash face more noticeable.

This variable was added, or its default value changed, in Emacs 31.1.

Probably introduced at or before Emacs version 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/ring-bell-fns.el.gz
(defcustom flash-face-attributes
  '(:background "red" :foreground "white")
  "Face attributes to use in any function from `ring-bell-fns'.
This is intended to be used in any function from `ring-bell-fns' such as
`flash-face-bell-function' and `flash-echo-area-bell-function' to make
the flash face more noticeable."
  :type 'plist
  :version "31.1")