Skip to content

Commit

Permalink
alter rust logo
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Dec 14, 2018
1 parent 1dfb3e0 commit 4792027
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified assets/rust.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ impl Info {
Language::Python => vec![Color::Magenta],
Language::R => vec![Color::Blue],
Language::Ruby => vec![Color::Magenta],
Language::Rust => vec![Color::White, Color::Red],
Language::Rust => vec![Color::White, Color::BrightRed],
Language::Scala => vec![Color::Blue],
Language::Shell => vec![Color::Green],
Language::TypeScript => vec![Color::Cyan],
Expand Down

0 comments on commit 4792027

Please sign in to comment.