Skip to content

Commit f11777c

Browse files
authored
Change Ruby logo to red (#509)
1 parent 8699d26 commit f11777c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/info/langs/language.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ define_languages! {
232232
] ),
233233
"raku"
234234
},
235-
{ Ruby, "ruby.ascii", define_colors!( [Color::Magenta] ) },
235+
{ Ruby, "ruby.ascii", define_colors!( [Color::Red] : [Color::TrueColor{ r: 204, g: 52, b: 45 }] ) },
236236
{ Rust, "rust.ascii", define_colors!( [Color::Red, Color::White] : [Color::TrueColor{ r:228, g:55 ,b:23}, Color::TrueColor{ r:255, g:255 ,b:255} ] ) },
237237
{ Sass, "sass.ascii", define_colors!( [Color::Magenta] : [Color::TrueColor{ r:205, g:103 ,b:153} ] ) },
238238
{ Scala, "scala.ascii", define_colors!( [Color::Red, Color::Red] : [Color::TrueColor{ r:223, g:63 ,b:61}, Color::TrueColor{ r:127, g:12 ,b:29} ] ) },

0 commit comments

Comments
 (0)