diff --git a/resources/processing.ascii b/resources/processing.ascii new file mode 100644 index 000000000..92132e6d4 --- /dev/null +++ b/resources/processing.ascii @@ -0,0 +1,18 @@ +{0} PPPPPPPPPPPP +{0} PPPPPPPPPPPPPPPPPPPP +{0} PPPPPPPPPPPP{1}PPPPPP{0}PPPPPP +{0} PPPPPPPPPPPPP{1}P{0}PPPP{1}PP{0}PPPPPP +{0} PPPPPPPPPPPPPPPPPPP{1}PP{0}PPPPPPP +{0} PPPPPPPPPPPPPPPPPPP{1}PP{0}PPPPPPPPP +{0}PPPPPPPPPPP{1}PPPP{0}PP{1}PPPPP{0}PPPPPPPPPP +{0}PPPPPPPPPPPP{1}PPP{0}PPPPPP{1}PP{0}PPPPPPPPP +{0}PPPPPPPPPPPP{1}PPP{0}PPPPPP{1}PP{0}PPPPPPPPP +{0}PPPPPPPPPPPP{1}PPP{0}PP{1}PPPPP{0}PPPPPPPPPP +{0}PPPPPPPPPPPP{1}PPP{0}PPPPPPPPPPPPPPPPP +{0} PPPPPPPPPPP{1}PPP{0}PPPPPPPPPPPPPPPP +{0} PPPPPPPPPP{1}PPP{0}PPPPPPPPPPPPPPP +{0} PPPPPPP{1}PPPPPPP{0}PPPPPPPPPPPP +{0} PPPPPPPPPPPPPPPPPPPPPPPP +{0} PPPPPPPPPPPPPPPPPPPP +{0} PPPPPPPPPPPP +{0} diff --git a/src/onefetch/language.rs b/src/onefetch/language.rs index 648b44fd1..ff059fa33 100644 --- a/src/onefetch/language.rs +++ b/src/onefetch/language.rs @@ -199,6 +199,7 @@ define_languages! { { Org, "org.ascii", "Org", define_colors!( [Color::Green, Color::Red, Color::White] ) }, { Perl, "perl.ascii", "Perl", define_colors!( [Color::Cyan] ) }, { Php, "php.ascii", "Php", define_colors!( [Color::Magenta, Color::Blue, Color::Cyan, Color::White] ) }, + { 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} ] ) }, { Prolog, "prolog.ascii", "Prolog", define_colors!( [Color::White] ) }, { PureScript, "purescript.ascii", "PureScript", define_colors!( [Color::White] ) }, { 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} ] ) },