You can now custom color all the colors in the distro and os ascii art! See 1.1.md
This commit is contained in:
parent
4cd940052c
commit
d7d8600f1b
3 changed files with 54 additions and 45 deletions
|
@ -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)
|
||||
|
||||
|
||||
# }}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue