tidy up the description of background_darkness

This commit is contained in:
Chris Jones 2008-06-04 10:19:57 +01:00
parent cd9233d09f
commit 400b5712c6
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Default colour of terminal background, as a colour specification (can be HTML-st
Default value: \fB#000000\fR
.TP
.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
.TP
.B background_type