Skip to content

Commit

Permalink
Improve Rust color (#4319)
Browse files Browse the repository at this point in the history
The Rust color on GitHub doesn't look much like rust, and I don't see where it could have come from (not on the website or part of the logo). In fact, it looks rather pale and sickly, rather than vibrant and robust.

#a62c00 is much nicer. It resembles the red paints that have traditionally been made with iron oxide.
  • Loading branch information
pmaddams authored and lildude committed Nov 12, 2018
1 parent 3b57cea commit 6e7fb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4232,7 +4232,7 @@ Ruby:
language_id: 326
Rust:
type: programming
color: "#dea584"
color: "#a62c00"
extensions:
- ".rs"
- ".rs.in"
Expand Down

0 comments on commit 6e7fb09

Please sign in to comment.