Skip to content

Commit b194754

Browse files
committed
Edit ASCII modifier, Update PHP pallette
1 parent 802d883 commit b194754

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

resources/php.ascii

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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} ################
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} ################

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::Cyan, Color::Black, Color::BrightBlack, Color::White] },
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)