Skip to content

Commit

Permalink
Merge pull request #232 from rootEnginear/master
Browse files Browse the repository at this point in the history
Change PHP logo and color
  • Loading branch information
o2sh authored Oct 6, 2020
2 parents 120200d + 9fbd1f9 commit 1f09bcc
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::Magenta, Color::Blue, Color::Cyan, 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 1f09bcc

Please sign in to comment.