Variable: face-default-stipple
face-default-stipple is a variable defined in xfaces.c.
Value
"gray3"
Documentation
Default stipple pattern used on monochrome displays.
This stipple pattern is used on monochrome displays
instead of shades of gray for a face background color.
See set-face-stipple for possible values for this variable.
Source Code
// Defined in /usr/src/emacs/src/xfaces.c
DEFVAR_LISP ("face-default-stipple", Vface_default_stipple,
doc: /* Default stipple pattern used on monochrome displays.
This stipple pattern is used on monochrome displays
instead of shades of gray for a face background color.
See `set-face-stipple' for possible values for this variable. */);