Skip to content

Commit

Permalink
changed the php logo to a better one
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh3mm committed Nov 19, 2019
1 parent 7ed1c6a commit a93bb98
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
19 changes: 12 additions & 7 deletions resources/php.ascii
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{0} | |
{0} _ __ | |__ _ __
{0} | _ \| _ \| _ \
{0} | |_) | | | | |_) |
{0} | __/|_| |_| __/
{0} | | | |
{0} |_| |_|
{0}@@@@@@@@@@@@@@@@@@/,,,***/(@@@@@@@@@@@@@@@@@@
{0}@@@@@@@@@@,,*///////////////////(##@@@@@@@@@@
{0}@@@@@@,/////////////{1}@@@{0}//////////////(#@@@@@@
{0}@@@*/////{1}******{0}//// {1}@@,**{0}/////{1}******{0}////(#@@@
{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} {1}@@,{0}/// {1}@@@{0}/////#
{0}///////&{1}@@@@@@@@&{0}/{1}@@@{0}/// {1}@@{0}//{1}@@@@@@@@@{0}//////(#
{0}@((/////{1}@@@{0}///////////////////{1}@@@{0}///////////##@
{0}@@@((// {1}@@{0} ////////////////// {1}@@{0} /////////(#@@@
{0}@@@@@@((/////////////////////////////##@@@@@@
{0}@@@@@@@@@@(((///////////////////###@@@@@@@@@@
2 changes: 1 addition & 1 deletion src/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ impl Language {
Language::OCaml => vec![Color::Yellow],
Language::Org => vec![Color::Green, Color::Red, Color::White],
Language::Perl => vec![Color::BrightBlue],
Language::Php => vec![Color::BrightWhite],
Language::Php => vec![Color::Magenta, Color::BrightBlack],
Language::Prolog => vec![Color::Blue, Color::Red],
Language::PureScript => vec![Color::White],
Language::Python => vec![Color::Blue, Color::Yellow],
Expand Down

0 comments on commit a93bb98

Please sign in to comment.