Skip to content

Commit

Permalink
add Roku (Perl 6) ASCII logo
Browse files Browse the repository at this point in the history
fixes o2sh#143
  • Loading branch information
Cogitri committed Oct 30, 2020
1 parent 8fb7b95 commit f8fdb23
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions resources/raku.ascii
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{0} {1},e#####@,{0}
{0} {1}a8DD#M"` "RD8w{0}
{0} {1}|DDM #B#B#u #DW{0}
{0} {1}{DDN B#MNDR# DD{0}
{0} {1}DDD "#WDD#M,8D^{0} {5}$u{0}
{0} {1}8DD# ,a@#8D#`{0} {5}8M{0}
{0} {1}#DDDD##MMM`{0} {5},##`{0}
{0} {1}MDD# {0} {5}'=em##M"{0} ,,,,
{0} {1}78De {1},@8DDDDDDDDD8#u{0}
{0} {1}T8@{0} {4}y###W{0} {1}eDDD#M"#DW `"M8D#{0}
{0} {4}4B`{0} {4}4B{0} {3}##w,{0} {1}(DDM`yyy #DDW JDM{0}
{0} {4}JBWpy#M{3},BBBBR^,,, {1}DDM?#RDR#b$DD# "W #D{0}
{0} {2}.#BB###BW{0} {3}BBw2D5y#BBBBM{4}4BMTTBw{1}#DMJMNDD#M DDD{0} {5}J# `{0}
{0} {2}####M{1}NNDD{2}D#{0} {3}BBBBBBBBBBBB{0} {4}BW 4B{0} {1}DDu,TMT ,DDH{0} {5};D{0}
{0} {2}(###M{1}DDDDN{2}K#\{0} {3}"BBB{2}B#{3}BBBBB{2}BB{4}JR4BRM{0} {1}"R8DDD8#8D#^{0} {5},#M{0}
{0} {2}B######B#BM{0} {3}RBBB{2}MR{3}##{2}MB{3}BBBB#F{0} {1}`"5*`{0} {5}=m#M`{0}
{0} {2}7R###RM"{0} {3}TRBB{2}##{3}BBBBBR`{0}
{0} ```` {2}k#BB#p,{0}
{0} {2}.BM{1}DDN{2}R##W{0}
{0} {2}E#M{1}DDDD{2}B##W{0}
{0} {2}4#BD{1}NND{2}###B{0}
{0} {2}RB#######{0}
{0} {2}"RRRM`{0}
1 change: 1 addition & 0 deletions src/onefetch/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ define_languages! {
{ Python, "python.ascii", "Python", define_colors!( [Color::Blue, Color::Yellow] ) },
{ R, "r.ascii", "R", define_colors!( [Color::White, Color::Blue] ) },
{ Racket, "racket.ascii", "Racket", define_colors!( [Color::Red, Color::White, Color::Blue] ) },
{ Perl6, "raku.ascii", "Raku", define_colors!( [Color::Black, Color::Blue, Color::Red, Color::Yellow, Color::White, Color::Green] ), "raku" },
{ Ruby, "ruby.ascii", "Ruby", define_colors!( [Color::Magenta] ) },
{ Rust, "rust.ascii", "Rust", define_colors!( [Color::Red, Color::White] : [Color::TrueColor{ r:228, g:55 ,b:23}, Color::TrueColor{ r:255, g:255 ,b:255} ] ) },
{ Scala, "scala.ascii", "Scala", define_colors!( [Color::Red, Color::Red] : [Color::TrueColor{ r:223, g:63 ,b:61}, Color::TrueColor{ r:127, g:12 ,b:29} ] ) },
Expand Down

0 comments on commit f8fdb23

Please sign in to comment.