You can now custom color all the colors in the distro and os ascii art! See 1.1.md

This commit is contained in:
Dylan 2016-02-04 12:50:50 +11:00
parent 4cd940052c
commit d7d8600f1b
3 changed files with 54 additions and 45 deletions

View file

@ -281,11 +281,14 @@ xoffset=0
# --ascii 'distro', path/to/ascii
ascii="distro"
# Ascii color
# Ascii colors
# When this is set to distro it will use your
# ditro's colors to color the ascii.
# --ascii_color distro, number
ascii_color="distro"
# NOTE: You can also set this to a range of colors
# which will allow you to custom color distro logos
# --ascii_colors distro
# --ascii_colors 2 4 5 6
ascii_colors=(distro)
# }}}