tidy up the description of background_darkness
This commit is contained in:
parent
cd9233d09f
commit
400b5712c6
|
@ -23,7 +23,7 @@ Default colour of terminal background, as a colour specification (can be HTML-st
|
||||||
Default value: \fB#000000\fR
|
Default value: \fB#000000\fR
|
||||||
.TP
|
.TP
|
||||||
.B background_darkness
|
.B background_darkness
|
||||||
A value between 0.0 and 1.0 indicating how much to darken the background image. 0.0 means no darkness, 1.0 means fully dark. In the current implementation, there are only two levels of darkness possible, so the setting behaves as a boolean, where 0.0 disables the darkening effect.
|
A value between 0.0 and 1.0 indicating how much to darken the background image. 0.0 means no darkness, 1.0 means fully dark. If the terminal is set to transparent, this setting controls how transparent it is. 0.0 means fully transparent, 1.0 means fully opaque.
|
||||||
Default value: \fB0.5\fR
|
Default value: \fB0.5\fR
|
||||||
.TP
|
.TP
|
||||||
.B background_type
|
.B background_type
|
||||||
|
|
Loading…
Reference in New Issue