From df0d1cf7c2bcb6476f8774daa9cb26ecf54cb5c8 Mon Sep 17 00:00:00 2001 From: Andreas Stallinger Date: Wed, 22 Jul 2020 18:50:32 +0200 Subject: 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 --- doc/imv.5.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'doc') 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* = :: + Set the color for the text in the overlay. Is a 6-digit hexadecimal color + code. Defaults to 'ffffff'. + +*overlay_text_alpha* = :: + Set the alpha for the text in the overlay. Is a 2-digit hexadecimal color + code. Defaults to 'ff'. + +*overlay_background_color* = :: + Set the color for the background of the overlay. Is a 6-digit hexadecimal color + code. Defaults to '000000'. + +*overlay_background_alpha* = :: + Set the alpha for the background of the overlay. Is a 2-digit hexadecimal color + code. Defaults to 'c3'. + *recursively* = :: Load input paths recursively. Defaults to 'false'. -- cgit v1.2.3