Tweak user colors and add a little testing script for future experimenting. Closes #170

This commit is contained in:
Gabe Kangas
2020-09-21 13:55:25 -07:00
parent 257847fdf8
commit 38d93a549a
2 changed files with 38 additions and 2 deletions

View File

@@ -6,8 +6,8 @@ export function messageBubbleColorForString(str) {
}
// Tweak these to adjust the result of the color
const saturation = 70;
const lightness = 50;
const saturation = 75;
const lightness = 65;
const alpha = 1.0;
const hue = parseInt(Math.abs(hash), 16) % 300;