@@ -199,7 +199,7 @@ define_languages! {
199
199
{ Org , "org.ascii" , "Org" , define_colors!( [ Color :: Green , Color :: Red , Color :: White ] ) } ,
200
200
{ Perl , "perl.ascii" , "Perl" , define_colors!( [ Color :: Cyan ] ) } ,
201
201
{ 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 } ] ) } ,
203
203
{ Prolog , "prolog.ascii" , "Prolog" , define_colors!( [ Color :: White ] ) } ,
204
204
{ PureScript , "purescript.ascii" , "PureScript" , define_colors!( [ Color :: White ] ) } ,
205
205
{ 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