You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Game/www/js/usericons.js

21 lines
542 B
JavaScript

/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
// Custom identicon style
// https://jdenticon.com/icon-designer.html?config=214726c41105452e42552f41
window.jdenticon_config = {
hues: [261],
lightness: {
color: [0.67, 0.86],
grayscale: [0.48, 0.65]
},
saturation: {
color: 0.69,
grayscale: 0.47
},
backColor: "#00000000"
};