Skip to content

Commit 423c357

Browse files
committed
clean processing ascii logo
1 parent bc51dd5 commit 423c357

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

resources/processing.ascii

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{0} PPPPPPPPPPPP
22
{0} PPPPPPPPPPPPPPPPPPPP
3-
{0} PPPPPPPPPPPP{1}D{1}D{1}D{1}D{1}D{0}PPPPPPP
4-
{0} PPPPPPPPPPPP{1}D{1}D{0}PPP{1}D{1}D{1}D{0}PPPPPP
5-
{0} PPPPPPPPPPPPPPPPPPP{1}D{1}D{0}PPPPPPPP
6-
{0} PPPPPPPPPPPPPPPPPPP{1}D{1}D{0}PPPPPPPPP
7-
{0}PPPPPPPPPPP{1}DDDD{0}PP{1}DDDDD{0}PPPPPPPPPP
8-
{0}PPPPPPPPPPPP{1}DDD{0}PPPPPP{1}DD{0}PPPPPPPPP
9-
{0}PPPPPPPPPPPP{1}DDD{0}PPPPPP{1}DD{0}PPPPPPPPP
10-
{0}PPPPPPPPPPPP{1}DDD{0}PP{1}DDDDD{0}PPPPPPPPPP
11-
{0}PPPPPPPPPPPP{1}DDD{0}PPPPPPPPPPPPPPPPP
12-
{0} PPPPPPPPPPP{1}DDD{0}PPPPPPPPPPPPPPPP
13-
{0} PPPPPPPPPP{1}DDD{0}PPPPPPPPPPPPPPP
14-
{0} PPPPPPP{1}DDDDDDD{0}PPPPPPPPPPPP
3+
{0} PPPPPPPPPPPP{1}PPPPPP{0}PPPPPP
4+
{0} PPPPPPPPPPPPP{1}P{0}PPPP{1}PP{0}PPPPPP
5+
{0} PPPPPPPPPPPPPPPPPPP{1}PP{0}PPPPPPP
6+
{0} PPPPPPPPPPPPPPPPPPP{1}PP{0}PPPPPPPPP
7+
{0}PPPPPPPPPPP{1}PPPP{0}PP{1}PPPPP{0}PPPPPPPPPP
8+
{0}PPPPPPPPPPPP{1}PPP{0}PPPPPP{1}PP{0}PPPPPPPPP
9+
{0}PPPPPPPPPPPP{1}PPP{0}PPPPPP{1}PP{0}PPPPPPPPP
10+
{0}PPPPPPPPPPPP{1}PPP{0}PP{1}PPPPP{0}PPPPPPPPPP
11+
{0}PPPPPPPPPPPP{1}PPP{0}PPPPPPPPPPPPPPPPP
12+
{0} PPPPPPPPPPP{1}PPP{0}PPPPPPPPPPPPPPPP
13+
{0} PPPPPPPPPP{1}PPP{0}PPPPPPPPPPPPPPP
14+
{0} PPPPPPP{1}PPPPPPP{0}PPPPPPPPPPPP
1515
{0} PPPPPPPPPPPPPPPPPPPPPPPP
1616
{0} PPPPPPPPPPPPPPPPPPPP
1717
{0} PPPPPPPPPPPP

src/onefetch/language.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ define_languages! {
199199
{ Org, "org.ascii", "Org", define_colors!( [Color::Green, Color::Red, Color::White] ) },
200200
{ Perl, "perl.ascii", "Perl", define_colors!( [Color::Cyan] ) },
201201
{ Php, "php.ascii", "Php", define_colors!( [Color::Magenta, Color::Blue, Color::Cyan, Color::White] ) },
202-
{ Processing, "processing.ascii", "Processing", define_colors!( [Color::Black, Color::White] ) },
202+
{ Processing, "processing.ascii", "Processing", define_colors!( [Color::Blue, Color::White] : [Color::TrueColor{ r:80, g:80 ,b:80}, Color::TrueColor{ r:255, g:255 ,b:255} ] ) },
203203
{ Prolog, "prolog.ascii", "Prolog", define_colors!( [Color::White] ) },
204204
{ PureScript, "purescript.ascii", "PureScript", define_colors!( [Color::White] ) },
205205
{ Python, "python.ascii", "Python", define_colors!( [Color::Blue, Color::Yellow] : [Color::TrueColor{ r:47, g:105 ,b:162}, Color::TrueColor{ r:255, g:217 ,b:64} ] ) },

0 commit comments

Comments
 (0)