diff options
author | Steven Schubiger <stsc@refcnt.org> | 2024-07-28 17:04:36 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2024-07-28 17:04:36 +0200 |
commit | 46921f49f5e5e68f75a0d08671147ea4edcc8b0b (patch) | |
tree | 976e0702780ff80fe44e191c0d0c0e70bd35e587 /colorize.1 | |
parent | d681c49c3229265ab29621430a64606165629c9b (diff) | |
download | colorize-46921f49f5e5e68f75a0d08671147ea4edcc8b0b.tar.gz colorize-46921f49f5e5e68f75a0d08671147ea4edcc8b0b.tar.bz2 |
Allow for background color rainbow mode
Diffstat (limited to 'colorize.1')
-rw-r--r-- | colorize.1 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.TH COLORIZE 1 "2024-07-25" "colorize v0.66" "User Commands" +.TH COLORIZE 1 "2024-07-28" "colorize v0.66" "User Commands" .SH NAME colorize \- colorize text on terminal with ANSI escape sequences .SH SYNOPSIS @@ -52,6 +52,9 @@ omit printing color escape sequences for empty lines .BR \-\-rainbow\-fg enable foreground color rainbow mode .TP +.BR \-\-rainbow\-bg +enable background color rainbow mode +.TP .BR \-h ", " \-\-help show help screen and exit .TP @@ -80,6 +83,7 @@ color = magenta # favorite one exclude-random = black omit-color-empty = yes rainbow-fg = no +rainbow-bg = no .fi .RE .RE @@ -93,6 +97,7 @@ color (value same as command-line colors) exclude-random (value same as command-line option) omit-color-empty (yes/no) rainbow-fg (yes/no) +rainbow-bg (yes/no) .fi .RE .RE |