Skip to content

Commit 1f09bcc

Browse files
authoredOct 6, 2020
Merge pull request #232 from rootEnginear/master
Change PHP logo and color
2 parents 120200d + 9fbd1f9 commit 1f09bcc

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed
 

Diff for: ‎resources/php.ascii

+10-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
{0}@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
2-
{0}@@@@@@@{1}///////////////////////////////{0}@@@@@@@
3-
{0}@@@@@{1}///////////////{0}@@{1}//////////////////{0}@@@@@
4-
{0}@@@{1}////////////////{0}@@@{1}////////////////////{0}@@@
5-
{0}@@{1}///////{0}@@@@@@@@{1}//{0}@@@@@@@@{1}///{0}@@@@@@@@{1}/////{0}@@
6-
{0}@{1}///////{0}@@@{1}////{0}@@@{1}/{0}@@@{1}////{0}@@{1}/{0}@@@{1}////{0}@@@{1}/////{0}@
7-
{0}@{1}///////{0}@@@{1}////{0}@@@{1}/{0}@@{1}////{0}@@@{1}/{0}@@{1}/////{0}@@@{1}/////{0}@
8-
{0}@@{1}//////{0}@@@@@@@@@{1}//{0}@@{1}////{0}@@{1}//{0}@@@@@@@@@{1}/////{0}@@
9-
{0}@@@{1}/////{0}@@@{1}//////////////////{0}@@@{1}//////////{0}@@@
10-
{0}@@@@@{1}///{0}@@{1}///////////////////{0}@@{1}/////////{0}@@@@@
11-
{0}@@@@@@@{1}///////////////////////////////{0}@@@@@@@
12-
{0}@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
1+
{0} ################
2+
{0} ##########{3}/{2}HH{1}|{0}##############
3+
{0} #############{3}|{2}HH{1}|{0}#################
4+
{0} #####{3}/{2}PPPPPPPP{1}\{3}|{2}HHHHHHHH{1}\{3}/{2}PPPPPPPP{1}\{0}###
5+
{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}####
6+
{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}####
7+
{0} #####{3}|{2}PPPPPPPP{1}/{3}|{2}HH{1}|{0}##{3}|{2}HH{1}|{3}|{2}PPPPPPPP{1}/{0}###
8+
{0} ###{3}|{2}PP{1}|{0}################{3}|{2}PP{1}|{0}#######
9+
{0} {3}|{2}PP{1}/{0}################{3}|{2}PP{1}/{0}####
10+
{0} ################

Diff for: ‎src/language.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ define_languages! {
140140
{ OCaml, "ocaml.ascii", "OCaml", vec![Color::Yellow] },
141141
{ Org, "org.ascii", "Org", vec![Color::Green, Color::Red, Color::White] },
142142
{ Perl, "perl.ascii", "Perl", vec![Color::Cyan] },
143-
{ Php, "php.ascii", "Php", vec![Color::Magenta, Color::Black] },
143+
{ Php, "php.ascii", "Php", vec![Color::Magenta, Color::Blue, Color::Cyan, Color::White] },
144144
{ Prolog, "prolog.ascii", "Prolog", vec![Color::Blue, Color::Red] },
145145
{ PureScript, "purescript.ascii", "PureScript", vec![Color::White] },
146146
{ Python, "python.ascii", "Python", vec![Color::Blue, Color::Yellow] },

0 commit comments

Comments
 (0)