ps-header-frame-alist
ps-header-frame-alist is a variable defined in `
ps-print.el
'.
Its value is
((fore-color . 0.0)
(back-color . 0.9)
(border-width . 0.4)
(border-color . 0.0)
(shadow-color . 0.0))
- This variable may be risky if used as a file-local variable.
Documentation:
Specify header frame properties alist.
Valid frame properties are:
`fore-color' Specify the foreground frame color.
It should be a float number between 0.0 (black color)
and 1.0 (white color), a string which is a color name,
or a list of 3 float numbers which corresponds to the
Red Green Blue color scale, each float number between
0.0 (dark color) and 1.0 (bright color).
`back-color' Specify the background frame color (similar to
`fore-color').
`shadow-color' Specify the shadow color (similar to `fore-color').
`border-color' Specify the border color (similar to `fore-color').
`border-width' Specify the border width.
Any other property is ignored.
Don't change this alist directly, instead use customization, or `ps-value',
`ps-get', `ps-put' and `ps-del' functions (see them for documentation).
You can customize this variable.
This variable was introduced, or its default value was changed, in
version 20 of Emacs.