Merge pull request #778 from mstraube/parsix

OS: Add support for Parsix
This commit is contained in:
Herdiansyah 2017-07-17 11:02:36 +07:00 committed by GitHub
commit f057259bdf
2 changed files with 26 additions and 0 deletions

21
ascii/distro/parsix Normal file
View File

@ -0,0 +1,21 @@
${c2}-/+/:.
${c2}.syssssys.
${c1}.--. ${c2}ssssssssso${c1} ..--.
:++++++: ${c2}+ssssssss+${c1} ./++/+++:
/+++++++++.${c2}.yssooooy`${c1}-+///////o-
/++++++++++.${c2}+soooos:${c1}:+////////+-
:+++++////o-${c2}oooooo-${c1}+/////////-
`-/++//++-${c4}.-----.-${c1}:+/////:-
${c3}-://::--${c1}-:/:${c4}.--.````.--.${c1}:::-${c3}--::::::.
${c3}-/:::::::://:${c4}.:-` `-:${c3}`:/:::::::--/-
${c3}/::::::::::/-${c4}--. .-.${c3}-/://///::::/
${c3}-/:::::::::/:${c4}`:-. .-:${c3}`:///////////-
`${c3}-::::--${c1}.-://.${c4}---....---${c1}`:+/:-${c3}--::::-`
${c1}-/+///+o/-${c4}.----.${c1}.:oo+++o+.
${c1}-+/////+++o:${c2}syyyyy.${c1}o+++++++++:
${c1}.+////+++++-${c2}+sssssy+${c1}.++++++++++\
${c1}.+:/++++++.${c2}.yssssssy-${c1}`+++++++++:
${c1}:/+++++- ${c2}+sssssssss ${c1}-++++++-
${c1}`--` ${c2}+sssssssso ${c1}`--`
${c2}+sssssy+`
${c2}`.::-`

View File

@ -3285,6 +3285,11 @@ get_distro_colors() {
ascii_file="parrot" ascii_file="parrot"
;; ;;
"Parsix"*)
set_colors 3 1 7 8
ascii_file="parsix"
;;
"PCBSD"* | "TrueOS"*) "PCBSD"* | "TrueOS"*)
set_colors 1 7 3 set_colors 1 7 3
ascii_file="trueos" ascii_file="trueos"