mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
doc: foot.ini: add colors.alpha-mode
This commit is contained in:
parent
f7807c0f4c
commit
9ba8caf30b
1 changed files with 15 additions and 0 deletions
|
|
@ -1031,6 +1031,21 @@ can configure the background transparency with the _alpha_ option.
|
|||
Background translucency. A value in the range 0.0-1.0, where 0.0
|
||||
means completely transparent, and 1.0 is opaque. Default: _1.0_.
|
||||
|
||||
*alpha-mode*
|
||||
Specifies when *alpha* is applied. One of *default*, *matching* or
|
||||
*all*.
|
||||
|
||||
*default* applies *alpha* to cells with the default background
|
||||
color, excluding cells with the same RGB value as the default
|
||||
background color.
|
||||
|
||||
*matching* is the same as *default*, but also applies *alpha* to
|
||||
cells with the same RGB value as the default background color.
|
||||
|
||||
*all* applies *alpha* to all cells, regardless of background color.
|
||||
|
||||
Default: _default_
|
||||
|
||||
*selection-foreground*, *selection-background*
|
||||
Foreground (text) and background color to use in selected
|
||||
text. Note that *both* options must be set, or the default will be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue