Skip to content

Commit

Permalink
[F] Fix exodia colors
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Aug 11, 2022
1 parent 42973cc commit ea4b11a
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -5998,32 +5998,32 @@ EOF
;;

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

Expand Down

0 comments on commit ea4b11a

Please sign in to comment.