Skip to content

Commit

Permalink
Revert rust color change (#4326)
Browse files Browse the repository at this point in the history
The previous change made it hard to distinguish and made it hard to recognize for all users that are used to the color. Practically speaking the change introduced more problems than the esthetics it wanted to solve gained us.
  • Loading branch information
0xpr03 authored and lildude committed Nov 14, 2018
1 parent 7fac489 commit 8ad9e5f
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: "#a62c00"
color: "#dea584"
extensions:
- ".rs"
- ".rs.in"
Expand Down

1 comment on commit 8ad9e5f

@lpil
Copy link
Contributor

@lpil lpil commented on 8ad9e5f Nov 14, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<3 thank you!

Please sign in to comment.