Make generated favicons a little bit brighter

This commit is contained in:
Maurice Parker 2019-09-30 02:59:27 -05:00
parent bacff92434
commit 5717c84067
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import AppKit
public class ColorHash {
public static let defaultLS = [CGFloat(0.35), CGFloat(0.5), CGFloat(0.65)]
public static let defaultLS = [CGFloat(0.45), CGFloat(0.6), CGFloat(0.75)]
let seed = CGFloat(131.0)
let seed2 = CGFloat(137.0)
let maxSafeInteger = 9007199254740991.0 / CGFloat(137.0)