[F] Fix exodia colors

https://github.com/dylanaraps/neofetch/pull/2174
This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-08-11 14:33:50 -04:00
parent 42973cc700
commit ea4b11a6a1

View file

@ -5998,32 +5998,32 @@ EOF
;; ;;
"Exodia Predator OS"* | "exodia-predator"* | "Predator"*) "Exodia Predator OS"* | "exodia-predator"* | "Predator"*)
set_colors 2 7 set_colors 5 5
read -rd '' ascii_data <<'EOF' read -rd '' ascii_data <<'EOF'
${c5}- : ${c1}- :
${c5}+: :+ ${c1}+: :+
${c5}++. .++ ${c1}++. .++
${c5}+++ : . +++ ${c1}+++ : . +++
${c5}+++= .+ + =+++ ${c1}+++= .+ + =+++
${c5}++++- ++ += -++++ ${c1}++++- ++ += -++++
${c5}++++++- -++ ++- -++++++ ${c1}++++++- -++ ++- -++++++
${c5}++++++++: .+++ +++. :++++++++ ${c1}++++++++: .+++ +++. :++++++++
${c5}++++++++++: ++++ ++++ :++++++++++ ${c1}++++++++++: ++++ ++++ :++++++++++
${c5}+++++++++++==++++ ++++=++++++=+++++ ${c1}+++++++++++==++++ ++++=++++++=+++++
${c5}+++++.:++++++++++ ++++++++++:.+++++ ${c1}+++++.:++++++++++ ++++++++++:.+++++
${c5}+++++. .+++++++++ +++++++++. .+++++ ${c1}+++++. .+++++++++ +++++++++. .+++++
${c5}+++++: ++++++++ ++++++++ :+++++ ${c1}+++++: ++++++++ ++++++++ :+++++
${c5}++++++- =+++++++ +++++++= -++++++ ${c1}++++++- =+++++++ +++++++= -++++++
${c5} :+++++= =+++++++ +++++++= =+++++: ${c1} :+++++= =+++++++ +++++++= =+++++:
${c5} :+++= =+++++++ +++++++= =+++: ${c1} :+++= =+++++++ +++++++= =+++:
${c5} -+= =+++++++ +++++++= ++- ${c1} -+= =+++++++ +++++++= ++-
${c5} : =++++++- -++++++= : ${c1} : =++++++- -++++++= :
${c5} =++++- -++++= ${c1} =++++- -++++=
${c5} =++= =++= ${c1} =++= =++=
${c5} =++ ++= ${c1} =++ ++=
${c5} =+. .+= ${c1} =+. .+=
${c5} =- -= ${c1} =- -=
${c5} : : ${c1} : :
EOF EOF
;; ;;