Skip to content

Commit

Permalink
Change PHP logo
Browse files Browse the repository at this point in the history
  • Loading branch information
rootEnginear committed Oct 6, 2020
1 parent 33ea0a2 commit 802d883
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
22 changes: 10 additions & 12 deletions resources/php.ascii
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{0}@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
{0}@@@@@@@{1}///////////////////////////////{0}@@@@@@@
{0}@@@@@{1}///////////////{0}@@{1}//////////////////{0}@@@@@
{0}@@@{1}////////////////{0}@@@{1}////////////////////{0}@@@
{0}@@{1}///////{0}@@@@@@@@{1}//{0}@@@@@@@@{1}///{0}@@@@@@@@{1}/////{0}@@
{0}@{1}///////{0}@@@{1}////{0}@@@{1}/{0}@@@{1}////{0}@@{1}/{0}@@@{1}////{0}@@@{1}/////{0}@
{0}@{1}///////{0}@@@{1}////{0}@@@{1}/{0}@@{1}////{0}@@@{1}/{0}@@{1}/////{0}@@@{1}/////{0}@
{0}@@{1}//////{0}@@@@@@@@@{1}//{0}@@{1}////{0}@@{1}//{0}@@@@@@@@@{1}/////{0}@@
{0}@@@{1}/////{0}@@@{1}//////////////////{0}@@@{1}//////////{0}@@@
{0}@@@@@{1}///{0}@@{1}///////////////////{0}@@{1}/////////{0}@@@@@
{0}@@@@@@@{1}///////////////////////////////{0}@@@@@@@
{0}@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
${0} ################
${0} ##########${3}/${2}HH${1}|${0}##############
${0} #############${3}|${2}HH${1}|${0}#################
${0} #####${3}/${2}PPPPPPPP${1}\\\\${3}|${2}HHHHHHHH${1}\\\\${3}/${2}PPPPPPPP${1}\\\\${0}###
${0}######${3}|${2}PP${1}|${0}##${3}|${2}PP${1}|${3}|${2}HH${1}|${0}##${3}|${2}HH${1}|${3}|${2}PP${1}|${0}##${3}|${2}PP${1}|${0}####
${0}######${3}|${2}PP${1}|${0}##${3}/${2}PP${1}|${3}|${2}HH${1}|${0}##${3}|${2}HH${1}|${3}|${2}PP${1}|${0}##${3}/${2}PP${1}|${0}####
${0} #####${3}|${2}PPPPPPPP${1}/${3}|${2}HH${1}|${0}##${3}|${2}HH${1}|${3}|${2}PPPPPPPP${1}/${0}###
${0} ###${3}|${2}PP${1}|${0}################${3}|${2}PP${1}|${0}#######
${0} ${3}|${2}PP${1}/${0}################${3}|${2}PP${1}/${0}####
${0} ################
2 changes: 1 addition & 1 deletion src/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ define_languages! {
{ OCaml, "ocaml.ascii", "OCaml", vec![Color::Yellow] },
{ Org, "org.ascii", "Org", vec![Color::Green, Color::Red, Color::White] },
{ Perl, "perl.ascii", "Perl", vec![Color::Cyan] },
{ Php, "php.ascii", "Php", vec![Color::Magenta, Color::Black] },
{ Php, "php.ascii", "Php", vec![Color::Cyan, Color::Black, Color::BrightBlack, Color::White] },
{ Prolog, "prolog.ascii", "Prolog", vec![Color::Blue, Color::Red] },
{ PureScript, "purescript.ascii", "PureScript", vec![Color::White] },
{ Python, "python.ascii", "Python", vec![Color::Blue, Color::Yellow] },
Expand Down

0 comments on commit 802d883

Please sign in to comment.