aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Stallinger <astallinger@posteo.net>2020-07-22 18:50:32 +0200
committerHarry Jeffery <harry@exec64.co.uk>2020-08-31 13:53:03 +0100
commitdf0d1cf7c2bcb6476f8774daa9cb26ecf54cb5c8 (patch)
treef2ed1d25db5676fd122d738498864751cf385839 /doc
parentd1e4f7fcffdda2fd4ae25e354cdca5b8d418eab9 (diff)
downloadimv-df0d1cf7c2bcb6476f8774daa9cb26ecf54cb5c8.tar.gz
colored overlay: config options in man, split rgba
split color_rgba into color_rgb and alpha added configuration options to man pages cleanup gitignore: the man pages output is now in the build directory, so there is no to ignore man pages individually
Diffstat (limited to 'doc')
-rw-r--r--doc/imv.5.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/imv.5.txt b/doc/imv.5.txt
index bf19bf4..1c8c568 100644
--- a/doc/imv.5.txt
+++ b/doc/imv.5.txt
@@ -60,6 +60,22 @@ The *[options]* section accepts the following settings:
expanded, so the output of commands can be used: '$(ls)' as can environment
variables, including the ones accessible to imv's 'exec' command.
+*overlay_text_color* = <hex-code>::
+ Set the color for the text in the overlay. Is a 6-digit hexadecimal color
+ code. Defaults to 'ffffff'.
+
+*overlay_text_alpha* = <hex-code>::
+ Set the alpha for the text in the overlay. Is a 2-digit hexadecimal color
+ code. Defaults to 'ff'.
+
+*overlay_background_color* = <hex-code>::
+ Set the color for the background of the overlay. Is a 6-digit hexadecimal color
+ code. Defaults to '000000'.
+
+*overlay_background_alpha* = <hex-code>::
+ Set the alpha for the background of the overlay. Is a 2-digit hexadecimal color
+ code. Defaults to 'c3'.
+
*recursively* = <true|false>::
Load input paths recursively. Defaults to 'false'.