Search Results

Search: Posts Made By: carv_13
2,670
Posted By Chubler_XL
Try: n=200 ## adjust to taste: higher value,...
Try:

n=200 ## adjust to taste: higher value, lighter background and darker foreground
n1=$(( 256 - $n ))
bg=$( printf "#%02x%02x%02x\n" \
$(( $RANDOM % $n1 + $n )) \
$(( $RANDOM % $n1 +...
7,767
Posted By cfajohnson
Put this in a script or a function: n=200...
Put this in a script or a function:


n=200 ## adjust to taste: higher value, lighter background
n1=$(( 256 - $n ))
bg=$( printf "#%x%x%x\n" $(( $RANDOM % $n1 + $n )) \
...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 08:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy