Merge pull request #2600 from jryans/update-avatar-colors

Update avatar colors
This commit is contained in:
David Baker 2019-02-08 17:41:39 +00:00 committed by GitHub
commit a00c803f8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 1 additions and 1 deletions

View file

@ -51,7 +51,7 @@ module.exports = {
},
defaultAvatarUrlForString: function(s) {
const images = ['76cfa6', '50e2c2', 'f4c371'];
const images = ['03b381', '368bd6', 'ac3ba8'];
let total = 0;
for (let i = 0; i < s.length; ++i) {
total += s.charCodeAt(i);