Skip to content

Commit

Permalink
Edit ASCII modifier, Update PHP pallette
Browse files Browse the repository at this point in the history
  • Loading branch information
rootEnginear committed Oct 6, 2020
1 parent 802d883 commit b194754
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions resources/php.ascii
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
${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} ################
{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::Cyan, Color::Black, Color::BrightBlack, Color::White] },
{ 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 b194754

Please sign in to comment.