X-Git-Url: http://git.shiar.nl/barcat.git/blobdiff_plain/d6b73c4dac60665037514ef16f458b7ab70940d8..42684ea2841442dfa93e28bb0f217cc230f6ec07:/barcat diff --git a/barcat b/barcat index 54141ee..28e09b0 100755 --- a/barcat +++ b/barcat @@ -64,6 +64,7 @@ GetOptions(\%opt, )], whites => [qw( 1;30 0;37 1;37 )], greys => [map {"38;5;$_"} 0, 232..255, 15], + random => [map {"38;5;$_"} List::Util::shuffle(17..231)], rainbow=> [map {"38;5;$_"} 196, # r (map { 196 + $_*6 } 0..4), # +g